1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/admin_docs
2018-11-27 08:58:44 -05:00
..
__init__.py
evilfile.txt
models.py Fixed #29385 -- Made admindocs ModelDetailView show model properties. 2018-06-03 21:00:28 -04:00
namespace_urls.py
test_middleware.py
test_utils.py Switched TestCase to SimpleTestCase where possible in Django's tests. 2018-11-27 08:58:44 -05:00
test_views.py Removed empty setUp() in admindocs tests. 2018-11-26 10:24:01 -05:00
tests.py Switched TestCase to SimpleTestCase where possible in Django's tests. 2018-11-27 08:58:44 -05:00
urls.py
views.py