summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 d5486f4cc9..4ad9eff5ca 100644
--- a/docs/releases/3.2.1.txt
+++ b/docs/releases/3.2.1.txt
@@ -30,3 +30,6 @@ Bugfixes
* Fixed a regression in Django 3.2 that caused a crash of
:attr:`.ModelAdmin.search_fields` when searching against phrases with
unbalanced quotes (:ticket:`32649`).
+
+* Fixed a bug in Django 3.2 where variable lookup errors were logged rendering
+ the sitemap template if alternates were not defined (:ticket:`32648`).