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 in0e656c02fe. Backport of19e838daa8from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
4987ce3350
commit
7ba9a44831
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user