django/tests/staticfiles_tests
Claude Paroz 09b3e46635 Fixed #27796 -- Prevented middleware being loaded twice with runserver
Thanks Tim Graham for the review.
2017-08-23 23:05:18 +02:00
..
apps Fixed #27948 -- Removed incorrect unquote() in static serving views. 2017-03-17 07:55:00 -04:00
project
urls
__init__.py
cases.py Fixed #27948 -- Removed incorrect unquote() in static serving views. 2017-03-17 07:55:00 -04:00
settings.py
storage.py Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
test_checks.py
test_finders.py Used assertRaisesMessage() to test Django's error messages. 2017-07-29 19:07:23 -04:00
test_forms.py
test_liveserver.py
test_management.py Fixed #27796 -- Prevented middleware being loaded twice with runserver 2017-08-23 23:05:18 +02:00
test_storage.py Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
test_templatetags.py
test_views.py Fixed #27948 -- Removed incorrect unquote() in static serving views. 2017-03-17 07:55:00 -04:00