summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Carrick <tom@carrick.eu>2020-09-11 10:17:50 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-09-30 20:35:16 +0200
commit8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822 (patch)
tree42aff3ec2b3aceb4fc57a11f06998ab2b5c9138c /docs
parent6eb3f53bdd5089e3ab229780fe339fecfc30a7ee (diff)
Fixed #31986 -- Fixed admin filter sidebar scrolling.
Regression in 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c. Thanks haki for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.2.txt b/docs/releases/3.1.2.txt
index 598bd2a754..7788970d08 100644
--- a/docs/releases/3.1.2.txt
+++ b/docs/releases/3.1.2.txt
@@ -26,3 +26,6 @@ Bugfixes
* Fixed a ``django.contrib.admin.EmptyFieldListFilter`` crash when using on a
``GenericRelation`` (:ticket:`32038`).
+
+* Fixed a regression in Django 3.1.1 where the admin changelist filter sidebar
+ would not scroll for a long list of available filters (:ticket:`31986`).