1
0
mirror of https://github.com/django/django.git synced 2024-12-31 21:46:05 +00:00
django/tests/admin_docs
Kris Avi b7154f811f Fixed #24128 -- Made admindocs TemplateDetailView respect template_loaders.
Co-Authored-By: Author: Alexander Lazarević <laza@e11bits.com>
2024-01-29 10:28:00 +01:00
..
templates Fixed #24128 -- Made admindocs TemplateDetailView respect template_loaders. 2024-01-29 10:28:00 +01:00
__init__.py
evilfile.txt
models.py Fixed typo in tests/admin_docs/models.py. 2023-07-03 10:47:41 +02: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 #24128 -- Made admindocs TemplateDetailView respect template_loaders. 2024-01-29 10:28:00 +01: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