summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorantoliny0919 <antoliny0919@gmail.com>2025-04-17 19:38:26 +0900
committerNatalia <124304+nessita@users.noreply.github.com>2025-04-22 22:14:54 -0300
commit97c93549fc864af61cb1ae1fd171a3c7ac6ee89a (patch)
tree718a4c2841dfd1d2e5de4f3ee46e5f48ee82f90d /docs
parentadf2991d32c24f8b2e549a25a7eda52f317a91a6 (diff)
[5.2.x] Fixed #36331 -- Reverted "Fixed #36055 -- Prevented overlap of object-tools buttons and page header in the admin."
This reverts commits b1324a680add78de24c763911d0eefa19b9263bc and 02a5cbfe76382da2a0414df17017185be5bd47f9. The former caused a regression in admin sites that relied on the `object-tools` block being inside the `content` block. Thank you to Fabian Braun for the report. Backport of 1bc805e23b73a580b82a1d416ab0fb59a1073047 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.2.1.txt b/docs/releases/5.2.1.txt
index 81fb750847..caebde7f02 100644
--- a/docs/releases/5.2.1.txt
+++ b/docs/releases/5.2.1.txt
@@ -40,3 +40,7 @@ Bugfixes
* Fixed a regression in Django 5.2 where the password validation error message
from ``MinimumLengthValidator`` was not translated when using non-English
locales (:ticket:`36314`).
+
+* Fixed a regression in Django 5.2 that caused the ``object-tools`` block to be
+ rendered twice when using custom admin templates with overridden blocks due
+ to changes in the base admin page block structure (:ticket:`36331`).