mirror of
https://github.com/django/django.git
synced 2025-05-16 20:06:29 +00:00
Refs #31956 -- Doc'd consequences of disabling psycopg2's JSONB typecaster.
Follow up to 0be51d2226fce030ac9ca840535a524f41e9832c.
This commit is contained in:
parent
9369f0cebb
commit
438b85dfab
@ -72,7 +72,10 @@ Bugfixes
|
|||||||
|
|
||||||
* Fixed a ``QuerySet.order_by()`` crash on PostgreSQL when ordering and
|
* Fixed a ``QuerySet.order_by()`` crash on PostgreSQL when ordering and
|
||||||
grouping by :class:`~django.db.models.JSONField` with a custom
|
grouping by :class:`~django.db.models.JSONField` with a custom
|
||||||
:attr:`~django.db.models.JSONField.decoder` (:ticket:`31956`).
|
:attr:`~django.db.models.JSONField.decoder` (:ticket:`31956`). As a
|
||||||
|
consequence, fetching a ``JSONField`` with raw SQL now returns a string
|
||||||
|
instead of pre-loaded data. You will need to explicitly call ``json.loads()``
|
||||||
|
in such cases.
|
||||||
|
|
||||||
* Fixed a ``QuerySet.delete()`` crash on MySQL, following a performance
|
* Fixed a ``QuerySet.delete()`` crash on MySQL, following a performance
|
||||||
regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an
|
regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user