From 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822 Mon Sep 17 00:00:00 2001 From: Tom Carrick Date: Fri, 11 Sep 2020 10:17:50 +0200 Subject: Fixed #31986 -- Fixed admin filter sidebar scrolling. Regression in 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c. Thanks haki for the report. --- docs/releases/3.1.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3