diff options
| author | Tim Schilling <schillingt@better-simple.com> | 2020-10-08 14:44:34 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-09 12:11:15 +0200 |
| commit | 4047c1602ce5f0b569ae763aa533c5de78cfc0a9 (patch) | |
| tree | de94a522b27d8cec2e890ac5e7a5e0176efc365a /docs | |
| parent | 8c403b17f94a4ace87bfdd7d40bbc3afb18f7577 (diff) | |
[3.1.x] Fixed #32091 -- Fixed admin search bar width on filtered admin page.
Backport of b7da588e883e12b8ac3bb8a486e654e30fc1c6c8 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.3.txt b/docs/releases/3.1.3.txt index e2bb2d0df3..e0f543a516 100644 --- a/docs/releases/3.1.3.txt +++ b/docs/releases/3.1.3.txt @@ -12,6 +12,9 @@ Bugfixes * Fixed a regression in Django 3.1.2 that caused the incorrect height of the admin changelist search bar (:ticket:`32072`). +* Fixed a regression in Django 3.1.2 that caused the incorrect width of the + admin changelist search bar on a filtered admin page (:ticket:`32091`). + * Fixed displaying Unicode characters in :class:`forms.JSONField <django.forms.JSONField>` and read-only :class:`models.JSONField <django.db.models.JSONField>` values in the admin |
