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

Backport fix for QuerySet.order_by() chained with values() on PostgreSQL with a custom decoder #16

Open laymonage opened 4 years ago

laymonage commented 4 years ago

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.