1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/staticfiles_tests
2017-01-04 12:50:31 -05:00
..
apps
project Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme. 2016-07-12 08:20:39 -04:00
urls
__init__.py
cases.py Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages. 2017-01-04 12:50:31 -05:00
settings.py
storage.py Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages. 2017-01-04 12:50:31 -05:00
test_finders.py
test_forms.py
test_liveserver.py Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
test_management.py Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages. 2017-01-04 12:50:31 -05:00
test_storage.py Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
test_templatetags.py Refs #25484 -- Removed incorrect unquoting in {% static %}. 2016-12-19 16:18:06 -05:00
test_views.py