[SQLObject] The proper way to delete an instance of an SQLObject that is linked as a RelatedJoin

2007-07-07 Thread Jon R. Fox
; % (self.__class__.__name__, self.id) sqlobject.main.SQLObjectNotFound: The object WebTopic by the ID 12 does not exist >>> Any help and suggestions would be appreciated. The db can be wiped and started over, because this is a little test syste

Re: [SQLObject] The proper way to delete an instance of an SQLObject that is linked as a RelatedJoin

2007-07-09 Thread Jon R. Fox
On 7/9/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Mon, Jul 09, 2007 at 12:09:25PM +0200, Daniel Nogradi wrote: > > Yes, you need to delete everything manually that is referenced by > > anything that is to be deleted. > >No, you don't. .destroySelf() in SQLObject 0.7.2 was extended to >

Re: [SQLObject] The proper way to delete an instance of an SQLObject that is linked as a RelatedJoin

2007-07-09 Thread Jon R. Fox
. With the popularity of turbogears, a lot of folks are going to try a related join and then reach this problem. -- Jon On 7/9/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Mon, Jul 09, 2007 at 08:28:51AM -0400, Jon R. Fox wrote: > > I switched to > > > > WebTag.get(tag_id