mirror of
https://github.com/django/django.git
synced 2025-06-29 15:29:13 +00:00
Regression in 65ad4ade74dc9208b9d686a451cd6045df0c9c3a. Refs #28900 Thanks Patrick Altman for the report.
15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
==========================
|
|
Django 5.2.1 release notes
|
|
==========================
|
|
|
|
*Expected May 7, 2025*
|
|
|
|
Django 5.2.1 fixes several bugs in 5.2.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 5.2 that caused a crash when annotating
|
|
aggregate expressions over query that uses explicit grouping by transforms
|
|
followed by field references (:ticket:`36292`).
|