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-03-31 03:30:46 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
staticfiles_tests
History
David Sanders
fe86a785a1
[1.11.x]
Fixed
#27741
-- Isolated TestCollectionHashedFilesCache in a tmpdir.
...
Backport of 8e3f9d3ee20fdadef6f2a28c71fb7e142b415059 from master
2017-02-03 19:10:19 -05:00
..
apps
…
project
Fixed
#24452
-- Fixed HashedFilesMixin correctness with nested paths.
2017-01-11 09:21:29 -05: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
[1.11.x] Refs
#27741
-- Fixed staticfiles_tests.test_views when run in isolation.
2017-01-25 13:53:59 -05:00
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
[1.11.x]
Fixed
#27741
-- Isolated TestCollectionHashedFilesCache in a tmpdir.
2017-02-03 19:10:19 -05:00
test_templatetags.py
Refs
#25484
-- Removed incorrect unquoting in {% static %}.
2016-12-19 16:18:06 -05:00
test_views.py
…