diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-01-23 15:10:31 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-02-02 08:15:13 -0500 |
| commit | b665a67d61a8a4fd2ad85aeb77282bc49541723f (patch) | |
| tree | 6b3491ad046f9612e22621c6523d7472740850df /docs | |
| parent | 986f7f2098a2186b4085183951cbebae15220556 (diff) | |
Fixed #36788 -- Fixed horizontal form field alignment under <fieldset> in the admin.
Thanks Antoliny for the review.
Regression in 4187da258fe212d494cb578a0bc2b52c4979ab95.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 + ``<fieldset>`` 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`). |
