From 7ba9a448316de976735c1b14d069ed033ebed6ea Mon Sep 17 00:00:00 2001 From: James Beith Date: Wed, 7 Sep 2022 13:53:37 +1000 Subject: [4.1.x] Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstraint. Regression in 0e656c02fe945389246f0c08f51c6db4a0849bd2. Backport of 19e838daa8872ee29fbea0bc471c2a6443f26835 from main --- docs/releases/4.1.2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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`). -- cgit v1.3