laymonage / django-jsonfield-backport

Backport of the cross-DB JSONField model and form fields from Django 3.1.
https://pypi.org/project/django-jsonfield-backport
BSD 3-Clause "New" or "Revised" License
42 stars 6 forks source link

Support Django >= 3.1 #5

Closed laymonage closed 4 years ago

laymonage commented 4 years ago

Fallback to the built-in JSONField and raise a system warning, much like the deprecated contrib.postgres JSONField in Django 3.1.