From d0267690f8a8e83065459d13a5a6f29e75640f78 Mon Sep 17 00:00:00 2001 From: Jonathan Richards Date: Sun, 14 Mar 2021 14:00:40 -0700 Subject: [3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions. Backport of 00b0786de533dbb3f6208d8d5eaddbf765b4e5b8 from main. Regression in 466920f6d726eee90d5566e0a9948e92b33a122e. --- docs/releases/3.2.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index 4ad9eff5ca..df8d192327 100644 --- a/docs/releases/3.2.1.txt +++ b/docs/releases/3.2.1.txt @@ -33,3 +33,6 @@ Bugfixes * Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined (:ticket:`32648`). + +* Fixed a regression in Django 3.2 that caused a crash when combining ``Q()`` + objects which contains boolean expressions (:ticket:`32548`). -- cgit v1.3