mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #34982 -- Fixed admin's read-only password widget and help texts alignment for tablet screen size.
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
This commit is contained in:
parent
a652f07596
commit
729266c6f2
5 changed files with 28 additions and 3 deletions
|
@ -31,3 +31,7 @@ Bugfixes
|
|||
* Fixed a regression in Django 4.2 that caused a crash of querysets with
|
||||
aggregations on MariaDB when the ``ONLY_FULL_GROUP_BY`` SQL mode was enabled
|
||||
(:ticket:`34992`).
|
||||
|
||||
* Fixed a regression in Django 4.2 where the admin's read-only password widget
|
||||
and some help texts were incorrectly aligned at tablet widths
|
||||
(:ticket:`34982`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue