diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-04-14 20:25:58 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-04-14 20:25:58 +0200 |
| commit | 338eb65b6ecca9c7334aae94ce0b44a0faca4b1d (patch) | |
| tree | ae0885f1bb8f1106555f37bd58b78535f7a5a1f7 /docs/releases/3.2.1.txt | |
| parent | 08c60cce3b13f6e60d7588206da2d3c71228f378 (diff) | |
Refs #32548 -- Forwardported 3.2.1 release note.
Diffstat (limited to 'docs/releases/3.2.1.txt')
| -rw-r--r-- | docs/releases/3.2.1.txt | 3 |
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`). |
