Fixed #32091 -- Fixed admin search bar width on filtered admin page.

This commit is contained in:
Tim Schilling 2020-10-08 14:44:34 -05:00 committed by Mariusz Felisiak
parent de81676b51
commit b7da588e88
3 changed files with 16 additions and 1 deletions

View file

@ -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 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