1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[4.1.x] Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstraint.

Regression in 0e656c02fe.

Backport of 19e838daa8 from main
This commit is contained in:
James Beith
2022-09-07 13:53:37 +10:00
committed by Mariusz Felisiak
parent 4987ce3350
commit 7ba9a44831
3 changed files with 30 additions and 2 deletions

View File

@@ -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`).