Hi > > Hope this can be released soonish.. > > I can make a 1.1.3-release including that. But only if you supply a test-case > for that.
I'm working on it. Just a note: it seems the turbojson testcase requires SQLAlchemy >= 0.4 which isn't reflected in setup.py. When using it with sqlalchemy 0.3.11, it fails in the "turbojson.tests.test_sqlalchemy.test_salist" test because older version didn't return a real list, but a sqlalchemy.blaba.InstrumentedList thus preventing default list jsonification. Coming up with the testcase for __json__ on the ticket soon. Raf --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

