NOTE: Version 1.1.3 is a compability release intended to be used with
TurboGears 1.0.x and still uses the RuleDispatch package, whereas newer
releases of TurboJson use PEAK-Rules.
More Information about TurboJson can be found here:
http://docs.turbogears.org/TurboJson
As usual, TurboJson can be downloaded from PyPI at
http://pypi.python.org/pypi/TurboJson
or installed directly with 'easy_install':
easy_install TurboJson==1.1.3
Changes in 1.1.3
* Explicit __json__ now also works for SQLObject and SQLAlchemy objects.
* All SQLAlchemy versions 0.3.10. 0.4.x and 0.5.x are now supported.
* Helper predicates for testing SQLObject and SQLAlchemy objects.
* All simplejson options can now be configured with corresponding config
settings, e.g. json.indent, json.sort_keys, json.allow_nan etc.
* Just as with TurboKid and other template engines, json.assume_encoding
is the input encoding, json.encoding the output encoding (both usually
utf-8). The output is now returned properly encoded, not as unicode.
* Deprecated get_content_type() function. This wasn't a standard method
and is not needed any more for TurboGears > 1.0.4.4.
For more details, see the Subversion changelog at
http://trac.turbogears.org/log/projects/TurboJson
Happy Hacking!
The TurboGears Team