1
0
mirror of https://github.com/django/django.git synced 2025-01-05 07:55:47 +00:00
django/tests/admin_docs
Baptiste Mispelon f47ba7e780 Fixed #30255 -- Fixed admindocs errors when rendering docstrings without leading newlines.
Used inspect.cleandoc() which implements PEP-257 instead of an internal
hook.
2019-11-29 12:47:42 +01:00
..
__init__.py
evilfile.txt
models.py
namespace_urls.py
test_middleware.py Added tests for middlewares' checks. 2019-10-23 08:18:02 +02:00
test_utils.py Fixed #30255 -- Fixed admindocs errors when rendering docstrings without leading newlines. 2019-11-29 12:47:42 +01:00
test_views.py
tests.py
urls.py
views.py