mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.
This commit is contained in:
parent
23fa29f6a6
commit
08c60cce3b
4 changed files with 11 additions and 6 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue