Replace the use of the 3rd party jsonbfield library

which was just a backport of Django's built-in JSONField.  Also, bump
the version of django-jsonfield.
This commit is contained in:
Jeff Bradberry
2019-06-27 17:10:15 -04:00
parent ddef41d394
commit 796d7bf67f
7 changed files with 8 additions and 52 deletions

View File

@@ -12,7 +12,7 @@ django-auth-ldap==1.7.0
django-cors-headers==2.4.0
django-crum==0.7.2
django-extensions==2.0.0
django-jsonfield==1.0.1
django-jsonfield==1.2.0
django-oauth-toolkit==1.1.3
django-polymorphic==2.0.2
django-pglocks==1.0.2

View File

@@ -27,7 +27,7 @@ django-auth-ldap==1.7.0
django-cors-headers==2.4.0
django-crum==0.7.2
django-extensions==2.0.0
django-jsonfield==1.0.1
django-jsonfield==1.2.0
django-oauth-toolkit==1.1.3
django-pglocks==1.0.2
django-polymorphic==2.0.2

View File

@@ -1,3 +1,2 @@
git+https://github.com/ansible/ansiconv.git@tower_1.0.0#egg=ansiconv
git+https://github.com/ansible/django-qsstats-magic.git@py3#egg=django-qsstats-magic
git+https://github.com/ansible/django-jsonbfield@fix-sqlite_serialization#egg=jsonbfield