Browse Source

Refs #32548 -- Forwardported 3.2.1 release note.

Mariusz Felisiak 4 years ago
parent
commit
338eb65b6e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/releases/3.2.1.txt

+ 3 - 0
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`).