Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace JSONField from django-pgjson with native Django JSONField #233

Closed
moshthepitt opened this issue Aug 28, 2017 · 0 comments
Closed

Comments

@moshthepitt
Copy link
Contributor

In Django 1.11 the postgres JSON field was added into core, see: https://docs.djangoproject.com/en/1.11/ref/contrib/postgres/fields/

We should use this instead of the JSONField provided by https://github.com/djangonauts/django-pgjson. Not only because it is better to use core Django whenever possible, but also because django-pgjson has not been update din two years and uses a deprecated (as of Django 1.10) Django function: djangonauts/django-pgjson#45

@ukanga ukanga closed this as completed Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants