1
0
mirror of https://github.com/django/django.git synced 2025-01-30 12:09:25 +00:00
Simon Charette 4ccca9eedc [5.0.x] Fixed -- Fixed QuerySet.aggregate() crash when referencing expressions containing subqueries.
Regression in 59bea9efd2768102fc9d3aedda469502c218e9b7,
complements e5c844d6f2a4ac6ae674d741b5f1fa2a688cedf4.

Refs , .

Thanks Haldun Komsuoglu for the report.

Backport of 3b4a571275d967512866012955eb0b3ae486d63c from main
2023-10-16 06:15:08 +02:00

15 lines
341 B
Plaintext

==========================
Django 4.2.7 release notes
==========================
*Expected November 1, 2023*
Django 4.2.7 fixes several bugs in 4.2.6.
Bugfixes
========
* Fixed a regression in Django 4.2 that caused a crash of
``QuerySet.aggregate()`` with aggregates referencing expressions containing
subqueries (:ticket:`34798`).