summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author007gzs <007gzs@gmail.com>2020-08-19 08:40:32 +0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-09-01 07:51:22 +0200
commit2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c (patch)
tree14a93430f69609de3d0111f4588ceda05afc4d54 /docs
parentfcad0b132427847d6db2008f00fbe45a7b45cad3 (diff)
Fixed #31901 -- Prevented content overflowing in the admin changelist with navigation sidebar.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).