mirror of
https://github.com/django/django.git
synced 2025-03-15 11:50:46 +00:00
A more in-depth solution is likely to make sure that we always GROUP BY selected annotations or revisit how we use Query.exists() in the Exists expression but that requires extra work that isn't suitable for a backport. Regression in e5a92d400acb4ca6a8e1375d1ab8121f2c7220be. Thanks Fernando Flores Villaça for the report.
18 lines
502 B
Plaintext
18 lines
502 B
Plaintext
==========================
|
|
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`).
|
|
|
|
* 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`).
|