mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.
Regression in 6789ded0a6
.
Thanks Simon Charette and Igor Jerosimić for the report.
This commit is contained in:
parent
7e1e198494
commit
bbd55e5863
3 changed files with 20 additions and 2 deletions
|
@ -30,3 +30,7 @@ Bugfixes
|
|||
* 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`).
|
||||
|
||||
* Fixed a regression in Django 3.1 that caused a crash of
|
||||
:class:`~django.db.models.ExpressionWrapper` with key transforms for
|
||||
:class:`~django.db.models.JSONField` (:ticket:`32096`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue