Refs #32548 -- Forwardported 3.2.1 release note.

This commit is contained in:
Mariusz Felisiak 2021-04-14 20:25:58 +02:00
parent 08c60cce3b
commit 338eb65b6e
1 changed files with 3 additions and 0 deletions

View File

@ -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`).