1
0
mirror of https://github.com/django/django.git synced 2025-10-27 15:46:10 +00:00

[3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.

Backport of 08c60cce3b from main
This commit is contained in:
Arthur Jovart
2021-04-14 14:50:01 +02:00
committed by Carlton Gibson
parent 59cce8237c
commit 65dfb06a1a
4 changed files with 12 additions and 6 deletions

View File

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