index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
staticfiles_tests
/
storage.py
Age
Commit message (
Expand
)
Author
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-04
Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...
Tim Graham
2017-01-03
Refs #15035 -- Corrected a bug and improved comments for a staticfiles test.
Tim Graham
2016-12-19
Refs #25484 -- Removed incorrect unquoting in {% static %}.
Tim Graham
2016-05-31
Fixed #26691 -- Removed checking for a file's existence before deleting.
Jon Dufresne
2016-03-30
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
Claude Paroz
2016-03-17
Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...
Berker Peksag
2016-02-23
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-11-02
Fixing E302 Errors
Jason Myers
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner