mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms in expressions.
Regression in 6789ded0a6
.
This commit is contained in:
parent
bbd55e5863
commit
ee0abac169
5 changed files with 26 additions and 1 deletions
|
@ -34,3 +34,9 @@ Bugfixes
|
|||
* 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`).
|
||||
|
||||
* Fixed a regression in Django 3.1 that caused a migrations crash on PostgreSQL
|
||||
when adding an
|
||||
:class:`~django.contrib.postgres.constraints.ExclusionConstraint` with key
|
||||
transforms for :class:`~django.db.models.JSONField` in ``expressions``
|
||||
(:ticket:`32096`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue