summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_liveserver.py
AgeCommit message (Expand)Author
2015-02-21[1.8.x] Removed obsolete reference to media directory.Aymeric Augustin
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-06-21Removed some apps from ALWAYS_INSTALLED_APPSClaude Paroz
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales