diff options
| author | 007gzs <007gzs@gmail.com> | 2020-08-19 08:40:32 +0800 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-09-01 07:51:22 +0200 |
| commit | 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c (patch) | |
| tree | 14a93430f69609de3d0111f4588ceda05afc4d54 /docs | |
| parent | fcad0b132427847d6db2008f00fbe45a7b45cad3 (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.txt | 3 |
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`). |
