mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #35012 -- Restored wrapping admin fieldsets with multiple fields per line.
Thanks James Gillard for the report.
Regression in 729266c6f2.
This commit is contained in:
committed by
Mariusz Felisiak
parent
ed65610653
commit
4aae864463
@@ -24,3 +24,6 @@ Bugfixes
|
||||
* Fixed a bug in Django 5.0 that caused a migration crash on Oracle < 23c when
|
||||
adding a ``GeneratedField`` with ``output_field=BooleanField``
|
||||
(:ticket:`35018`).
|
||||
|
||||
* Fixed a regression in Django 5.0 where admin fields on the same line could
|
||||
overflow the page and become non-interactive (:ticket:`35012`).
|
||||
|
||||
Reference in New Issue
Block a user