Created JSON field, descriptor, and formfield to handle json storage on models unifor...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 8 Oct 2010 18:09:21 +0000 (14:09 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 8 Oct 2010 18:12:19 +0000 (14:12 -0400)
commitd619bfea3c16942826ae2df297f7e1660f63f8ac
tree22113d0970649539369229e6368def7028c68381
parent8c6ffb8e54f201a0fb7776fdd865bbbb3d42a29b
Created JSON field, descriptor, and formfield to handle json storage on models uniformly. Addresses feature #26.
models/base.py
models/fields.py
validators.py