django/docs/releases/4.1.2.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
321 B
Plaintext
Raw Normal View History

2022-09-05 04:02:40 +00:00
==========================
Django 4.1.2 release notes
==========================
*Expected October 4, 2022*
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`).