From 166c0d2474a3b5e09e1dd96ec93bdbf08f0c65c2 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 17 Nov 2020 23:31:58 +0100 Subject: [3.1.x] Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects. Thanks Gordon Wrigley for the report. Regression in df32fd42b84cc6dbba173201f244491b0d154a63. Backport of fe9c7ded2996364f853c524b4421274717d89d5f from master --- docs/releases/3.1.4.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.1.4.txt b/docs/releases/3.1.4.txt index ca75d303b9..4d9e949791 100644 --- a/docs/releases/3.1.4.txt +++ b/docs/releases/3.1.4.txt @@ -21,3 +21,6 @@ Bugfixes * Fixed a regression in Django 3.1 that caused a crash of auto-reloader for certain invocations of ``runserver`` on Windows with Python 3.7 and below (:ticket:`32202`). + +* Fixed a regression in Django 3.1 that caused the incorrect grouping by a + ``Q`` object annotation (:ticket:`32200`). -- cgit v1.3