1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/middleware
harikrishnakanchi 74670498e9 Fixed #25971 -- Made BrokenLinkEmailsMiddleware ignore APPEND_SLASH redirects.
If APPEND_SLASH=True and the referer is the URL without a trailing '/', then
BrokenLinkEmailsMiddleware shouldn't send an email.
2016-03-08 09:21:42 -05:00
..
__init__.py
cond_get_urls.py
extra_urls.py
test_security.py Fixed #26176 -- Fixed E123 flake8 warnings. 2016-02-05 15:11:07 -05:00
tests.py Fixed #25971 -- Made BrokenLinkEmailsMiddleware ignore APPEND_SLASH redirects. 2016-03-08 09:21:42 -05:00
urls.py
views.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00