mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user