[EMAIL PROTECTED] wrote: > 2. pylons 'c', 'g' params need to be returned implicitly (return > dict(c=c, g=g))
Yes, we decided to explicitly filter these out, because they were causing big problems with JSON serialization. Explicit is better than implicit in this case :) > 3. need implement tg_flash Indeed! > 4. model related support are vague We're working this out still, because Pylons is also a bit in flux on how to properly do this. I am in the midst of looking into ripping the Zope transaction manager out into a separate package that we can use to make some things simpler, and I should have news on that by the middle of next week if all goes as planned. -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
