Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.

Regression in 84609b3205.
This commit is contained in:
Zain Patel 2021-04-24 01:50:27 +01:00 committed by Mariusz Felisiak
parent af609c2f4d
commit 4e5bbb6ef2
5 changed files with 20 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`).