summaryrefslogtreecommitdiff
path: root/docs/releases/3.2.1.txt
diff options
context:
space:
mode:
authorArthur Jovart <arthur@jovart.com>2021-04-14 14:50:01 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-04-14 16:50:47 +0200
commit08c60cce3b13f6e60d7588206da2d3c71228f378 (patch)
tree9fdfa5be28b19f45f9c5771dd5baac3384976cb6 /docs/releases/3.2.1.txt
parent23fa29f6a6659e0f600d216de6bcb79e7f6818c9 (diff)
Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.
Diffstat (limited to 'docs/releases/3.2.1.txt')
-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`).