summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorantoliny0919 <antoliny0919@gmail.com>2025-04-17 19:38:26 +0900
committernessita <124304+nessita@users.noreply.github.com>2025-04-22 22:13:38 -0300
commit1bc805e23b73a580b82a1d416ab0fb59a1073047 (patch)
tree17a61b519bbf6f595a8192b3c1c2d7ad7cc45483 /docs
parent1831f7733d3ef03d1ca7fac3e8d9f4c5e3e3375e (diff)
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.
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`).