summaryrefslogtreecommitdiff
path: root/docs/releases/3.1.3.txt
diff options
context:
space:
mode:
authorTim Schilling <schillingt@better-simple.com>2020-10-08 14:44:34 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-10-09 11:39:22 +0200
commitb7da588e883e12b8ac3bb8a486e654e30fc1c6c8 (patch)
tree342a9c00d0c1cccedaddd3c2018e2b7e6af7897c /docs/releases/3.1.3.txt
parentde81676b51e4dad510ef387c3ae625f9091fe57f (diff)
Fixed #32091 -- Fixed admin search bar width on filtered admin page.
Diffstat (limited to 'docs/releases/3.1.3.txt')
-rw-r--r--docs/releases/3.1.3.txt3
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..e1665c2ee5 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 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