index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_views
/
test_nav_sidebar.py
Age
Commit message (
Expand
)
Author
2025-10-14
Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.
antoliny0919
2023-12-15
Fixed #34909 -- Associated links in admin navigation sidebar with row descrip...
Eliana Rosselli
2023-10-19
Fixed #34905 -- Corrected admin's main content element rendered in <main> tag.
ontowhee
2023-09-14
Fixed #34833 -- Made admin's main content render in <main> tag.
Sarah Abderemane
2022-10-12
Fixed #34042 -- Improved accessibility of admin's navigation sidebar.
Rasmus Magnell
2022-05-23
Refs #33725 -- Replaced deprecated find_element_by_css_selector() with find_e...
Mariusz Felisiak
2022-05-21
Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not fo...
Sankalp
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-10-21
Fixed #33211 -- Updated tests for Selenium 4.0.0.
Carlton Gibson
2021-10-06
Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navi...
Maxim Milovanov
2021-08-27
Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ...
Hasan Ramezani
2021-03-31
Fixed #32204 -- Added quick filter to admin's navigation sidebar.
Maxim Milovanov
2021-03-02
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
François Freitag
2021-02-18
Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled.
Amir Ajorloo
2020-08-11
Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.
Carlton Gibson
2020-05-28
Refs #31034 -- Improved accessibility of admin navigation sidebar.
Tom Carrick
2020-05-14
Fixed #31575 -- Added system check for admin sidebar request context processo...
Jon Dufresne
2020-05-11
Fixed #31034 -- Added a navigation sidebar to the admin.
Tom Carrick