summaryrefslogtreecommitdiff
path: root/docs
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 19:44:10 +0200
commit65dfb06a1ab56c238cc80f5e1c31f61210c4577d (patch)
tree9cf57c9a3edc7a07960bd4c1710096db8976f303 /docs
parent59cce8237c9efb33f16058bac67702d5a11ea1d9 (diff)
[3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.
Backport of 08c60cce3b13f6e60d7588206da2d3c71228f378 from main
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`).