Is this what you're looking for? http://sqlobject.org/SQLObject.html#overriding-column-attributes http://sqlobject.org/SQLObject.html#lazy-updates
Maybe some combination of these two will do it. HTH. On 7/6/06, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > > Hi, > > I'd like to add some post-insertion-processing in my modle objects to > create/update related models. > > The _init-method isn't the right spot, as I can't discriminate the > reason for it being called - update or create. > > So I was wondering: how do you guys deal with such cases? > > Regards, > > Diez > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

