-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
DeprecationWarning on Django 3.0+ #33
Comments
adamchainz
added a commit
to adamchainz/django-jsonfield-backport
that referenced
this issue
Aug 21, 2021
laymonage
pushed a commit
to adamchainz/django-jsonfield-backport
that referenced
this issue
Aug 21, 2021
Fix released in 1.0.4. Thanks! 🎉 |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this on Django 3.0 when integrating in Django-MySQL:
I run my library tests with
python -W error::DeprecationWarning
, to avoid passing warning errors on to users, so this broke my test run.The text was updated successfully, but these errors were encountered: