mirror of
https://github.com/django/django.git
synced 2025-02-15 11:58:44 +00:00
Regression in dd68af62b2b27ece50d434f6a351877212e15c3f. Thanks Toan Vuong for the report.
18 lines
442 B
Plaintext
18 lines
442 B
Plaintext
==========================
|
|
Django 4.2.4 release notes
|
|
==========================
|
|
|
|
*Expected August 1, 2023*
|
|
|
|
Django 4.2.4 fixes several bugs in 4.2.3.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 4.2 that caused a crash of
|
|
``QuerySet.aggregate()`` with aggregates referencing window functions
|
|
(:ticket:`34717`).
|
|
|
|
* Fixed a regression in Django 4.2 that caused a crash when grouping by a
|
|
reference in a subquery (:ticket:`34748`).
|