Since v1.9 Django comes with builtin JSONField, we could start using it instead of an external jsonfield package.
Potential drawbacks:
Docs:
https://docs.djangoproject.com/en/2.1/ref/contrib/postgres/fields/#jsonfield
We already use django.contrib.postgres extensively, including using PostgreSQL-specific hstore format.
Hello. How can I help with this?
Hi @the-bionic,
We are currently getting JSONField field from the jsonfield package.
We are eventually looking to drop this package, and use JSONField from django instead as defined in https://docs.djangoproject.com/en/2.1/ref/contrib/postgres/fields/#jsonfield
Pull request is more than welcome!
Great. I will work on this.
Most helpful comment
Great. I will work on this.