Resolves issue 68 by treating any incorrectly-passed-in values for JSON fields as...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 31 Mar 2011 15:06:49 +0000 (11:06 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 31 Mar 2011 15:06:49 +0000 (11:06 -0400)
commit38c4439877b4551c9197b848b8b4f98b215f659b
tree3cb6f7a11588b2f2b1a6ba3d12e09511d084ff8d
parent096f885a7087ee719401a8d4afdc1ec335bbd007
Resolves issue 68 by treating any incorrectly-passed-in values for JSON fields as json strings rather than as python objects.
models/fields/__init__.py