This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-08 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
staticfiles_tests
History
Tim Graham
c85831e4b7
Fixed
#27658
-- Prevented collectstatic from overwriting newer files in remote storages.
...
Thanks revimi for the initial patch.
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
…