> > I am using dynamic_loader, .i.e. user.orgs is a query object and not a
> > list:
>
> > orgs = dynamic_loader('Org', secondary=foo_table)
>
> > Curious to get some suggestions in this case.
>
> That works as well, you can append to that object as if it was a list
> (since it's not a normal Query object but an "AppenderQuery" object).However, I had to make the session dirty for this too. Sanjay --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

