do not coerce jsonbfield to string in db

* functional tests do coerce because they assume they are running on
sqlite
This commit is contained in:
Chris Meyers
2016-11-18 11:24:41 -05:00
parent b8db27bb39
commit 4a1a3bd1e8
3 changed files with 15 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ django-celery==3.1.17
django-crum==0.6.1
django-extensions==1.5.9
django-jsonfield==1.0.1
git+https://github.com/ansible/django-jsonbfield@fix-sqlite_serialization#egg=jsonbfield
git+https://github.com/ansible/django-jsonbfield@master#egg=jsonbfield
django-polymorphic==0.7.2
django-radius==1.0.0
djangorestframework==3.3.2