mirror of
https://github.com/django/django.git
synced 2025-12-09 11:05:50 +00:00
Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing expressions containing subqueries.
Regression in59bea9efd2, complementse5c844d6f2. Refs #28477, #34551. Thanks Haldun Komsuoglu for the report.
This commit is contained in:
parent
73b2c63127
commit
3b4a571275
4 changed files with 32 additions and 2 deletions
|
|
@ -9,4 +9,6 @@ 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`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue