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

jsonfield dependency still required? #114

Open
vondam opened this issue Aug 4, 2021 · 1 comment
Open

jsonfield dependency still required? #114

vondam opened this issue Aug 4, 2021 · 1 comment

Comments

@vondam
Copy link

vondam commented Aug 4, 2021

I just installed this package and got the following error;

django.core.exceptions.ImproperlyConfigured: "jsonfield" dependency missing. See README.

Since Django now supports the jsonfield (since version 3.1), is this dependency still required?

More on this:
https://pypi.org/project/django-jsonfield/

@Gagaro
Copy link
Member

Gagaro commented Aug 9, 2021

It is at least required for Django 2.2.

For 3.1 and up, we should test with the core JSON field and check that everything work, that we can migrate from 2.2 to 3.1, and then we should be able to add a conditional import for this field.

Feel free to open a PR about that.

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