1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #34994, Fixed #35386 -- Applied checkbox-row CSS class unconditionally in Admin.

This commit is contained in:
Adam Johnson
2024-04-18 12:52:53 +01:00
committed by Sarah Boyce
parent 2be37b2533
commit bdd76c4c38
3 changed files with 9 additions and 1 deletions

View File

@@ -20,3 +20,7 @@ Bugfixes
* Fixed a bug in Django 5.0 that caused a crash when applying migrations
including alterations to ``GeneratedField`` such as setting ``db_index=True``
on SQLite (:ticket:`35373`).
* Fixed a regression in Django 4.2 where multiple checkboxes in the admin would
be centered on narrower screen widths (:ticket:`34994`) or have misaligned
labels (:ticket:`35386`).