From b665a67d61a8a4fd2ad85aeb77282bc49541723f Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 23 Jan 2026 15:10:31 -0500 Subject: Fixed #36788 -- Fixed horizontal form field alignment under
in the admin. Thanks Antoliny for the review. Regression in 4187da258fe212d494cb578a0bc2b52c4979ab95. --- docs/releases/6.0.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/6.0.2.txt b/docs/releases/6.0.2.txt index d74a8bd763..7dd10dbb4e 100644 --- a/docs/releases/6.0.2.txt +++ b/docs/releases/6.0.2.txt @@ -15,6 +15,9 @@ Bugfixes to wrap below the changelist when filter elements contained long text (:ticket:`36850`). +* Fixed a visual regression in Django 6.0 for admin form fields grouped under a + ``
`` aligned horizontally (:ticket:`36788`). + * Fixed a regression in Django 6.0 where ``auto_now_add`` field values were not populated during ``INSERT`` operations, due to incorrect parameters passed to ``field.pre_save()`` (:ticket:`36847`). -- cgit v1.3