mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[5.0.x] 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>
Backport of 729266c6f2 from main
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user