mirror of
https://github.com/django/django.git
synced 2024-12-26 02:56:25 +00:00
803caec60b
Regression in59bea9efd2
, complementse5c844d6f2
. Refs #28477, #34551. Thanks Haldun Komsuoglu for the report. Backport of3b4a571275
from main
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
==========================
|
|
Django 4.2.7 release notes
|
|
==========================
|
|
|
|
*Expected November 1, 2023*
|
|
|
|
Django 4.2.7 fixes several bugs in 4.2.6.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 4.2 that caused a crash of
|
|
``QuerySet.aggregate()`` with aggregates referencing expressions containing
|
|
subqueries (:ticket:`34798`).
|