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

Fix for has_key lookups with numeric keys on MariaDB, MySQL, Oracle, and SQLite #41

Open konradko opened 2 years ago

konradko commented 2 years ago

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