mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #35716 -- Fixed VariableDoesNotExist when rendering admin fieldsets.
Regression in 01ed59f753.
Thank you to Fábio Domingues and Marijke Luttekes for the report,
and thank you to Natalia Bidart for the review.
This commit is contained in:
@@ -35,3 +35,6 @@ Bugfixes
|
||||
* Restored, following a regression in Django 5.1, the ability to override the
|
||||
timezone and role setting behavior used within the ``init_connection_state``
|
||||
method of the PostgreSQL backend (:ticket:`35688`).
|
||||
|
||||
* Fixed a bug in Django 5.1 where variable lookup errors were logged when
|
||||
rendering admin fieldsets (:ticket:`35716`).
|
||||
|
||||
Reference in New Issue
Block a user