django-jsonfield-backport icon indicating copy to clipboard operation
django-jsonfield-backport copied to clipboard

Backport of the cross-DB JSONField model and form fields from Django 3.1.

Results 3 django-jsonfield-backport issues
Sort by recently updated
recently updated
newest added

https://github.com/django/django/pull/15503/files - this fix has to be applied to allow filtering with `has_key` with numeric keys on MariaDB, MySQL, Oracle, and SQLite

Hi! First of all, thank you for this package. It is very much needed as it brings some sanity into django - json world. I'm running Django 2.2 LTS with...

TR-31956 https://github.com/django/django/pull/13358 This may be a backward-incompatible fix if we're going to consider users who use both this package and the old `contrib.postgres` implementation.