You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: