1
0
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 in 84609b3205.

Backport of 4e5bbb6ef2 from main.
This commit is contained in:
Zain Patel
2021-04-24 01:50:27 +01:00
committed by Mariusz Felisiak
parent fc9cbad880
commit 0dfe88eaba
5 changed files with 21 additions and 0 deletions

View File

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