django/tests/admin_docs
Tom Carrick bcc2befd0e Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
..
__init__.py Fixed -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
evilfile.txt Fixed -- Prevented arbitrary file inclusion in admindocs 2015-04-11 20:36:10 +02:00
models.py Fixed -- Made admindocs ModelDetailView show model properties. 2018-06-03 21:00:28 -04:00
namespace_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
test_middleware.py Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
test_utils.py Fixed -- Fixed admindocs errors when rendering docstrings without leading newlines. 2019-11-29 12:47:42 +01:00
test_views.py Refs -- Improved typography in admin_doc/missing_docutils.html. 2020-05-23 12:02:10 +02:00
tests.py Switched TestCase to SimpleTestCase where possible in Django's tests. 2018-11-27 08:58:44 -05:00
urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
views.py Fixed -- Fixed crashes in admindocs when a view is a callable object. 2018-04-12 13:11:08 -04:00