mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[3.1.x] Fixed #31986 -- Fixed admin filter sidebar scrolling.
Regression in2bc38bc7ca
. Thanks haki for the report. Backport of8ee4bb6ffc
from master
This commit is contained in:
parent
f7397bb7c8
commit
57b359343b
8 changed files with 75 additions and 84 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue