summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/storage.py
AgeCommit message (Expand)Author
2016-05-31Fixed #26691 -- Removed checking for a file's existence before deleting.Jon Dufresne
2016-03-30Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensionsClaude Paroz
2016-03-17Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...Berker Peksag
2016-02-23Fixed #23832 -- Added timezone aware Storage API.James Aylett
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-11-02Fixing E302 ErrorsJason Myers
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner