summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Beith <james@beith.co.uk>2022-09-07 13:53:37 +1000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-09-07 08:40:56 +0200
commit19e838daa8872ee29fbea0bc471c2a6443f26835 (patch)
tree05fe2632f829f8a6134290c5e2cadeffd5c3a13e /docs
parent3a084831e266bc9a4e3bc1ba89e44ffb7cf35a9c (diff)
Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstraint.
Regression in 0e656c02fe945389246f0c08f51c6db4a0849bd2.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.1.2.txt b/docs/releases/4.1.2.txt
index cbb96276ce..4659558f3d 100644
--- a/docs/releases/4.1.2.txt
+++ b/docs/releases/4.1.2.txt
@@ -9,4 +9,5 @@ Django 4.1.2 fixes several bugs in 4.1.1.
Bugfixes
========
-* ...
+* Fixed a regression in Django 4.1 that caused a migration crash on PostgreSQL
+ when adding a model with ``ExclusionConstraint`` (:ticket:`33982`).