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:49:27 +0200
commitfd1dd767783b5a7ec1a594fcc5885e7e4178dd26 (patch)
treeb7fd5f95669ad71c091b2548535f5148f9c043a8 /docs
parent20d44abb41b3dde7f7edc556b784aef48c5ceddf (diff)
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.
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`).