1
0
mirror of https://github.com/django/django.git synced 2025-06-29 15:29:13 +00:00
django/docs/releases/5.2.1.txt
Simon Charette 543e17c440 Fixed #36292 -- Fixed crash when aggregating over a group mixing transforms and references.
Regression in 65ad4ade74dc9208b9d686a451cd6045df0c9c3a.

Refs #28900

Thanks Patrick Altman for the report.
2025-04-03 17:51:26 +02:00

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`).