From: Guillaume Pellerin Date: Mon, 21 Apr 2014 09:34:02 +0000 (+0200) Subject: upgrade models, remove jsonfields, add REST serializers thanks to djangorestframework X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ecb66b9e717e6ce13bbd8adb812dc69ce3fbf460;p=timeside-diadems.git upgrade models, remove jsonfields, add REST serializers thanks to djangorestframework --- diff --git a/setup.py b/setup.py index 29250d8..760a8ae 100755 --- a/setup.py +++ b/setup.py @@ -38,8 +38,8 @@ setup( 'simplejson', 'scipy', 'django', - 'jsonfield', 'django-extensions', + 'djangorestframework', ], platforms=['OS Independent'], license='Gnu Public License V2',