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 21:49:11 +0200
commit57b359343bb3ee733ec8dfaf40be55be4d6d3c5d (patch)
tree9789d0464e368d1ddae3a7f13aa56dbd0e7d0777 /docs
parentf7397bb7c8cb938161a9d43a16ee974f41c96a8b (diff)
[3.1.x] Fixed #31986 -- Fixed admin filter sidebar scrolling.
Regression in 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c. Thanks haki for the report. Backport of 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822 from master
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`).