django/tests/middleware
Jay Cox 434d309ef6 Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in CommonMiddleware.
This speeds up affected requests by about 5%.
2015-07-31 12:04:06 -04:00
..
__init__.py
cond_get_urls.py
extra_urls.py
test_security.py Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
tests.py Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in CommonMiddleware. 2015-07-31 12:04:06 -04:00
urls.py
views.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00