diff options
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`). |
