diff options
| author | Tom Carrick <tom@carrick.eu> | 2023-11-23 18:26:01 +0100 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2023-11-27 15:20:22 -0300 |
| commit | 432bfa26151f1330dddf1635358a3b60a5947b9f (patch) | |
| tree | 4aefeb74d39350e8dffaeace37056b08588e6d89 /docs | |
| parent | cbd1e913ef9fd9ef3a59a8607b2c9ccc34a64db3 (diff) | |
[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 729266c6f29c7a0677b24926a86a767ef3078b26 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.8.txt b/docs/releases/4.2.8.txt index 44d80060b5..0550e026bb 100644 --- a/docs/releases/4.2.8.txt +++ b/docs/releases/4.2.8.txt @@ -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`). |
