summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-08-29 19:01:10 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-08-30 20:52:41 +0200
commit62039659603ca0fa2df796d1732c4b414549c52b (patch)
tree2354f8510a461ef60a7c410d74da7aac6f17628d /docs
parent26c06671d9f9ff679be5e290b0752a45e582ce0c (diff)
[5.1.x] Fixed #35716 -- Fixed VariableDoesNotExist when rendering admin fieldsets.
Regression in 01ed59f753139afb514170ee7f7384c155ecbc2d. Thank you to Fábio Domingues and Marijke Luttekes for the report, and thank you to Natalia Bidart for the review. Backport of fd1dd767783b5a7ec1a594fcc5885e7e4178dd26 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.1.1.txt b/docs/releases/5.1.1.txt
index b1c9ec4176..743f2753a8 100644
--- a/docs/releases/5.1.1.txt
+++ b/docs/releases/5.1.1.txt
@@ -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`).