mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.
Regression in84609b3205. Backport of4e5bbb6ef2from main.
This commit is contained in:
committed by
Mariusz Felisiak
parent
fc9cbad880
commit
0dfe88eaba
@@ -56,3 +56,6 @@ Bugfixes
|
||||
with subqueries that began manifesting in Django 3.2, due to a separate fix
|
||||
using ``Exists`` to ``exclude()`` multi-valued relationships
|
||||
(:ticket:`32650`).
|
||||
|
||||
* Fixed a bug in Django 3.2 where variable lookup errors were logged when
|
||||
rendering some admin templates (:ticket:`32681`).
|
||||
|
||||
Reference in New Issue
Block a user