Releases: laymonage/django-jsonfield-backport
Releases · laymonage/django-jsonfield-backport
v1.0.5
Fixes
- Fix
DatabaseFeatures
issue for management commands and shell (#30)
- Postgres tests failing due to deprecated
LooseVersion
in `distutils
v1.0.4
Fixes
JSONField.bound_data
raises TypeError
when data
is None
(#32)
DeprecationWarning
on Django 3.0+ (#33)
- Postgres tests failing (#35)
v1.0.3
Fixes
- Crash on third-party database backends (#24)
v1.0.2
Fixes
- Installation fails on Django 2.2.0 (#18)
v1.0.1
Fixes
__in
lookup on SQLite, MySQL, MariaDB, and Oracle (#15)
v1.0.0
As Django 3.1 has been released, this package is now bumped to version 1.0.0.
Fixes
- Chaining
KeyTransform
with contains
lookup uses builtin lookup instead of overridden lookup (#12)
Backwards-incompatible changes
- Dropped support for
contains
on Oracle and SQLite.
- Dropped support for
contained_by
on SQLite.
v0.1.2
Fixes
- Signal receiver registration is improperly configured (#10)
v0.1.1
Fixes
- Connection features with
@cached_property
are not implemented properly (#8)