mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.
Regression in 84609b3205
.
This commit is contained in:
parent
af609c2f4d
commit
4e5bbb6ef2
5 changed files with 20 additions and 0 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue