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
/
file_storage
Age
Commit message (
Expand
)
Author
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-29
Fixed a F811 warning introduced by 35db9d58d6.
Simon Charette
2013-10-27
Rearranged some file-related tests
Claude Paroz
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-24
Fixed #21219 -- Added a way to set different permission for static files.
Vajrasky Kok
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-03
Fixed a couple unclosed file warnings in tests
Tim Graham
2013-08-12
Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting
Mel Collins
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
Do not allow FileSystemStorage.delete to receive an empty name
Claude Paroz
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-06-10
Refactored file_storage tests to avoid depending on servers tests.
Aymeric Augustin
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner