summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt7
1 files changed, 7 insertions, 0 deletions
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.