1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00
django/tests/admin_docs
Howard Cox cd413bd78a Fixed #34621 -- Made admin site header render in <div> tag.
This was problematic for screen reader users because they use headings
to navigate. Having two <h1> is confusing, and the one in the header
wasn’t particularly helpful since it’s the same on all pages.
2023-06-05 11:55:06 +02:00
..
__init__.py
evilfile.txt
models.py
namespace_urls.py
test_middleware.py
test_utils.py Fixed #34286 -- Fixed admindocs markups for case-sensitive template/view names. 2023-02-02 13:21:08 +01:00
test_views.py Fixed #34621 -- Made admin site header render in <div> tag. 2023-06-05 11:55:06 +02:00
tests.py
urls.py
views.py