mirror of
https://github.com/django/django.git
synced 2025-01-07 00:46:08 +00:00
68912e4f6f
Regression in 59bea9efd2
.
Refs #28477.
Thanks younes-chaoui for the report.
15 lines
322 B
Plaintext
15 lines
322 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`).
|