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 Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
evilfile.txt Fixed #24625 -- Prevented arbitrary file inclusion in admindocs 2015-04-11 20:36:10 +02:00
models.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
namespace_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_middleware.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
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 Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
views.py Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object. 2018-04-12 13:11:08 -04:00