This solution is a more fleshed out version of my solution. You need a DB which supports ON DELETE CASCADE, which generally are transactional. MySQL with InnoDB tables supports this, PostGres will almost certainly support this, however I'm not so sure about SQLite.
-Rob [EMAIL PROTECTED] wrote: >> Just alther the tables that sqlobject automagically creates... > > <snip useful example stuff> > > I had no idea tg-admin could let me look at that sort of stuff. Handy. > In other "framework" systems I've worked with, directly manipulating > the "automagic" elements had a tendency to break stuff so I've learned > to avoid it. So, if that's not the case with TG, you're right, it's > dirt simple. Thanks! > > -QH- > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

