From 5a4d7285bd10bd40d9f7e574a7c421eb21094858 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Tue, 17 Dec 2019 01:21:13 -0500 Subject: Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggregations. Thanks Johannes Hoppe for the report. Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80. Co-authored-by: Mariusz Felisiak --- docs/releases/3.0.2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/3.0.2.txt b/docs/releases/3.0.2.txt index e99dbb1bae..53b066838a 100644 --- a/docs/releases/3.0.2.txt +++ b/docs/releases/3.0.2.txt @@ -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`). -- cgit v1.3