1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #31986 -- Fixed admin filter sidebar scrolling.

Regression in 2bc38bc7ca.

Thanks haki for the report.
This commit is contained in:
Tom Carrick
2020-09-11 10:17:50 +02:00
committed by Mariusz Felisiak
parent 6eb3f53bdd
commit 8ee4bb6ffc
8 changed files with 75 additions and 84 deletions

View File

@@ -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`).