From 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c Mon Sep 17 00:00:00 2001 From: 007gzs <007gzs@gmail.com> Date: Wed, 19 Aug 2020 08:40:32 +0800 Subject: Fixed #31901 -- Prevented content overflowing in the admin changelist with navigation sidebar. --- docs/releases/3.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.1.1.txt b/docs/releases/3.1.1.txt index 932d6b467d..359acfcffc 100644 --- a/docs/releases/3.1.1.txt +++ b/docs/releases/3.1.1.txt @@ -62,3 +62,6 @@ Bugfixes * Fixed a ``django.contrib.admin.EmptyFieldListFilter`` crash when using on reverse relations (:ticket:`31952`). + +* Prevented content overflowing in the admin changelist view when the + navigation sidebar is enabled (:ticket:`31901`). -- cgit v1.3