diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.3.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/3.1.3.txt b/docs/releases/3.1.3.txt index f1a9aaf42d..38fb204397 100644 --- a/docs/releases/3.1.3.txt +++ b/docs/releases/3.1.3.txt @@ -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`). |
