From: Marek Stępniowski Date: Sat, 29 Nov 2008 22:40:20 +0000 (+0100) Subject: Changed JSONField implementation. Now to get and set decoded value you must use get_... X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/6bc19d4206b34e7710f1bd807a1307e737367183?ds=inline;hp=6bc19d4206b34e7710f1bd807a1307e737367183 Changed JSONField implementation. Now to get and set decoded value you must use get_%s_value and set_%s_value accordingly. Normal field access returns jsonified value. This fixes a bug during saving book info in admin. ---