mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[3.1.x] Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.
Regression in6789ded0a6
and1251772cb8
. Thanks Simon Charette and Igor Jerosimić for the report. Backport of7e1e198494
from master
This commit is contained in:
parent
d94e777b66
commit
59fe0b8541
4 changed files with 33 additions and 20 deletions
|
@ -25,3 +25,7 @@ Bugfixes
|
|||
:class:`~django.contrib.postgres.aggregates.ArrayAgg` and
|
||||
:class:`~django.contrib.postgres.aggregates.StringAgg` with ``ordering``
|
||||
on key transforms for :class:`~django.db.models.JSONField` (:ticket:`32096`).
|
||||
|
||||
* Fixed a regression in Django 3.1 that caused a crash of ``__in`` lookup when
|
||||
using key transforms for :class:`~django.db.models.JSONField` in the lookup
|
||||
value (:ticket:`32096`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue