mirror of
https://github.com/django/django.git
synced 2025-07-30 08:35:23 +00:00
Fixed #31901 -- Prevented content overflowing in the admin changelist with navigation sidebar.
This commit is contained in:
parent
fcad0b1324
commit
2bc38bc7ca
3 changed files with 8 additions and 0 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue