2022-09-05 06:02:40 +02:00
|
|
|
==========================
|
|
|
|
Django 4.1.2 release notes
|
|
|
|
==========================
|
|
|
|
|
2022-09-27 09:44:39 +02:00
|
|
|
*October 4, 2022*
|
2022-09-05 06:02:40 +02:00
|
|
|
|
2022-09-27 09:50:01 +02:00
|
|
|
Django 4.1.2 fixes a security issue with severity "medium" and several bugs in
|
2022-09-27 09:44:39 +02:00
|
|
|
4.1.1.
|
2022-09-05 06:02:40 +02:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2022-09-07 13:53:37 +10: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-07 22:30:06 -04: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`).
|
2022-09-09 00:02:58 +10:00
|
|
|
|
|
|
|
* Fixed a bug in Django 4.1 that caused an incorrect validation of
|
|
|
|
``CheckConstraint`` on ``NULL`` values (:ticket:`33996`).
|
2022-09-16 16:47:50 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.1 that caused a
|
|
|
|
``QuerySet.values()/values_list()`` crash on ``ArrayAgg()`` and
|
|
|
|
``JSONBAgg()`` (:ticket:`34016`).
|
2022-09-21 22:56:22 +10:00
|
|
|
|
|
|
|
* Fixed a bug in Django 4.1 that caused :attr:`.ModelAdmin.autocomplete_fields`
|
|
|
|
to be incorrectly selected after adding/changing related instances via popups
|
|
|
|
(:ticket:`34025`).
|