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

Django JSONField for Postgres #152

Closed
marcgibbons opened this issue Sep 27, 2016 · 4 comments
Closed

Django JSONField for Postgres #152

marcgibbons opened this issue Sep 27, 2016 · 4 comments

Comments

@marcgibbons
Copy link
Contributor

Hello - what are your thoughts on adding feature detection for the data model field which could default to use Django's contrib postgres JSONField when using postgres / DJ 1.9+ and fallback to django-jsonfield for other backends?

@LegoStormtroopr
Copy link
Contributor

What would be the use of this?
I'm afraid I don't understand what this would change or do?

@jotes
Copy link

jotes commented Apr 18, 2017

@LegoStormtroopr From what I understand, the current implementation of JsonField provided by the JsonField package, doesn't allow to do queries. Look here: https://docs.djangoproject.com/en/1.11/ref/contrib/postgres/fields/#querying-jsonfield

@psychok7
Copy link

psychok7 commented Jun 2, 2017

This PR should take care of this once it is merged: #160

@AlvaroLQueiroz
Copy link
Contributor

Fixed on version 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants