2022-09-05 12:02:40 +08:00
|
|
|
==========================
|
|
|
|
Django 4.1.2 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected October 4, 2022*
|
|
|
|
|
|
|
|
Django 4.1.2 fixes several bugs in 4.1.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2022-09-07 11:53:37 +08:00
|
|
|
* Fixed a regression in Django 4.1 that caused a migration crash on PostgreSQL
|
|
|
|
when adding a model with ``ExclusionConstraint`` (:ticket:`33982`).
|
2022-09-08 10:30:06 +08:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.1 that caused aggregation over a queryset that
|
|
|
|
contained an ``Exists`` annotation to crash due to too many selected columns
|
|
|
|
(:ticket:`33992`).
|