summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan Richards <jonathan@golorry.com>2021-03-14 14:00:40 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-04-14 19:46:45 +0200
commitd0267690f8a8e83065459d13a5a6f29e75640f78 (patch)
tree0002b1dc6c6638c1a86f65de2e367cb0b4ded30d /docs
parent65dfb06a1ab56c238cc80f5e1c31f61210c4577d (diff)
[3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.
Backport of 00b0786de533dbb3f6208d8d5eaddbf765b4e5b8 from main. Regression in 466920f6d726eee90d5566e0a9948e92b33a122e.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).