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:
committed by
Mariusz Felisiak
parent
6eb3f53bdd
commit
8ee4bb6ffc
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user