mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #32091 -- Fixed admin search bar width on filtered admin page.
This commit is contained in:
parent
de81676b51
commit
b7da588e88
3 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue