mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.
Regression in6789ded0a6
and1251772cb8
. Thanks Simon Charette and Igor Jerosimić for the report.
This commit is contained in:
parent
1f31027bb3
commit
7e1e198494
4 changed files with 33 additions and 20 deletions
|
@ -26,3 +26,7 @@ Bugfixes
|
|||
:class:`~django.contrib.postgres.aggregates.JSONBAgg`, 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