You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's correct and i think it's fine given the apps are listed on the app index page.
This is almost the case of the sidebar being completely hidden. Changing this flag to True currently hides the sidebar, however clicking on the dock_to_right icon while on the changeform page still shifts the footer (but not the page content) towards the right 72pts, as if the sidebar were still there but invisible.
Okay, so if the enable_nav_sidebar is set to False, the sidebar is going to be completely hidden together with the "sidebar toggle" in the header before the title. What about the subpages (e.g. changelist)? Are we going to hide the sidebar there as well?
lukasvinclav
changed the title
Allow admin.site.enable_nav_sidebar = False to override unfold sidebar settings
feat: hide sidebar globally
Jan 14, 2025
Describe your feature request
Django's default setting
admin.site.enable_nav_sidebar = False
should hide the sidebar collapse icon in the titleThe text was updated successfully, but these errors were encountered: