sbuller / divided-posterity

An online multiplayer browser based bonanza.
4 stars 0 forks source link

Make Admin site play nice with JSONField #36

Open frazazel opened 15 years ago

frazazel commented 15 years ago

If you save a JSONField in the admin interface, it automatically changes it into a string (rather than an arbitrary data structure). This is undesirable.

sbuller commented 15 years ago

Django, or Django Admin is helpfully quoting the TextField's text for us. How considerate. Except that it breaks everything!