mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[3.0.x] Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggregations.
Thanks Johannes Hoppe for the report. Regression infb3f034f1c
. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of5a4d7285bd
from master
This commit is contained in:
parent
fb260ad777
commit
fd9050589f
5 changed files with 58 additions and 18 deletions
|
@ -9,4 +9,5 @@ Django 3.0.2 fixes several bugs in 3.0.1.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a regression in Django 3.0 that didn't include columns referenced by a
|
||||
``Subquery()`` in the ``GROUP BY`` clause (:ticket:`31094`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue