From d24ba1be7a53a113d19e2860c03aff9922efec24 Mon Sep 17 00:00:00 2001 From: Tom Carrick Date: Wed, 6 May 2020 10:29:51 +0200 Subject: Fixed #31034 -- Added a navigation sidebar to the admin. Co-authored-by: elky Co-authored-by: Goetz --- docs/ref/contrib/admin/index.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 89c204c177..e5ec730c82 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2841,6 +2841,13 @@ Templates can override or extend base admin templates as described in setting an ``empty_value_display`` attribute on the field. See :attr:`ModelAdmin.empty_value_display` for examples. +.. attribute:: AdminSite.enable_nav_sidebar + + .. versionadded:: 3.1 + + A boolean value that determines whether to show the navigation sidebar + on larger screens. By default, it is set to ``True``. + .. attribute:: AdminSite.login_template Path to a custom template that will be used by the admin site login view. -- cgit v1.3