mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[2.2.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is key transform.
Regression in6c3dfba892
. Backport of7d1bf29977
from master
This commit is contained in:
parent
4f7ba25e67
commit
323467e286
5 changed files with 39 additions and 5 deletions
|
@ -9,4 +9,7 @@ Django 1.11.26 fixes a regression in 1.11.25.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a crash when using a ``contains``, ``contained_by``, ``has_key``,
|
||||
``has_keys``, or ``has_any_keys`` lookup on
|
||||
:class:`~django.contrib.postgres.fields.JSONField`, if the right or left hand
|
||||
side of an expression is a key transform (:ticket:`30826`).
|
||||
|
|
|
@ -9,4 +9,7 @@ Django 2.1.14 fixes a regression in 2.1.13.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a crash when using a ``contains``, ``contained_by``, ``has_key``,
|
||||
``has_keys``, or ``has_any_keys`` lookup on
|
||||
:class:`~django.contrib.postgres.fields.JSONField`, if the right or left hand
|
||||
side of an expression is a key transform (:ticket:`30826`).
|
||||
|
|
|
@ -9,4 +9,7 @@ Django 2.2.7 fixes several bugs in 2.2.6.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a crash when using a ``contains``, ``contained_by``, ``has_key``,
|
||||
``has_keys``, or ``has_any_keys`` lookup on
|
||||
:class:`~django.contrib.postgres.fields.JSONField`, if the right or left hand
|
||||
side of an expression is a key transform (:ticket:`30826`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue