mirror of
https://github.com/django/django.git
synced 2025-10-09 06:49:12 +00:00
Regression in 65ad4ade74dc9208b9d686a451cd6045df0c9c3a. Refs #28900 Thanks Patrick Altman for the report. Backport of 543e17c4405dfdac4f18759fc78b190406d14239 from main
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`).
|