From 338eb65b6ecca9c7334aae94ce0b44a0faca4b1d Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 14 Apr 2021 20:25:58 +0200 Subject: [PATCH] Refs #32548 -- Forwardported 3.2.1 release note. --- docs/releases/3.2.1.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index 4ad9eff5caf..df8d192327c 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`).