Skip to content

Releases: laymonage/django-jsonfield-backport

v1.0.5

25 Feb 01:53
3d2dd87
Compare
Choose a tag to compare

Fixes

  • Fix DatabaseFeatures issue for management commands and shell (#30)
  • Postgres tests failing due to deprecated LooseVersion in `distutils

v1.0.4

21 Aug 10:51
fc185b5
Compare
Choose a tag to compare

Fixes

  • JSONField.bound_data raises TypeError when data is None (#32)
  • DeprecationWarning on Django 3.0+ (#33)
  • Postgres tests failing (#35)

v1.0.3

05 Feb 03:51
2072fb3
Compare
Choose a tag to compare

Fixes

  • Crash on third-party database backends (#24)

v1.0.2

21 Sep 03:34
7597bc6
Compare
Choose a tag to compare

Fixes

  • Installation fails on Django 2.2.0 (#18)

v1.0.1

06 Sep 16:03
4236fb1
Compare
Choose a tag to compare

Fixes

  • __in lookup on SQLite, MySQL, MariaDB, and Oracle (#15)

v1.0.0

07 Aug 07:24
07bba4b
Compare
Choose a tag to compare

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

12 Jul 13:54
56cc674
Compare
Choose a tag to compare

Fixes

  • Signal receiver registration is improperly configured (#10)

v0.1.1

07 Jul 15:36
07d3eae
Compare
Choose a tag to compare

Fixes

  • Connection features with @cached_property are not implemented properly (#8)

v0.1.0

06 Jul 10:41
Compare
Choose a tag to compare

Initial release.