Corrected JSONValue.__unicode__ to return unicode instead of bytestrings... not sure...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 21 Feb 2011 18:47:48 +0000 (13:47 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 21 Feb 2011 18:47:48 +0000 (13:47 -0500)
commit942ef428ab9a31655c90dd3396a260c92189fad1
tree27f125d9a313532e2243f2bda5d9bc80e10a0f36
parent20357f9d3fa891a89aa17d167cbeafaa6b06e402
Corrected JSONValue.__unicode__ to return unicode instead of bytestrings... not sure what it was being modeled on. Tweaked TargetURLModel to use smart_str instead of str to construct the Python < 2.6.5 kwargs to get a more consistent byte string.
models/base.py
models/nodes.py