On 9/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > For some reason i cannot do "default=None" on a related join, but it > works with the other types of vars.
By its definition, a related join is a list of SQLObject-derived objects. The default is always the empty list [], meaning the current object has no rows that refer to it in the relation table. -- Tim Lesher <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

