0
0
mirror of https://github.com/django/django.git synced 2024-11-30 23:20:50 +01:00

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

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