django/tests/staticfiles_tests
Jon Dufresne 4e2da368db Cleaned up TestStaticFilePermissions to use call_command(). 2016-03-03 21:58:23 +01:00
..
apps Removed obsolete reference to media directory. 2015-02-21 17:52:24 +01:00
project Prevented static file corruption when URL fragment contains '..'. 2016-02-23 19:35:16 +01:00
urls
__init__.py
cases.py Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
settings.py
storage.py Fixed #23832 -- Added timezone aware Storage API. 2016-02-23 18:51:43 -05:00
test_finders.py Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
test_forms.py Refs #21221 -- Added test for legacy static usage in form Media. 2016-01-19 06:57:20 -05:00
test_liveserver.py Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
test_management.py Used call_command return value in staticfiles tests 2016-02-23 09:12:12 +01:00
test_storage.py Cleaned up TestStaticFilePermissions to use call_command(). 2016-03-03 21:58:23 +01:00
test_templatetags.py
test_views.py