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
/
regressiontests
/
file_storage
/
tests.py
Age
Commit message (
Expand
)
Author
2010-02-23
Fixed a regression on Python < 2.6 introduced in [12552].
Jacob Kaplan-Moss
2010-02-23
Fixed #10258: handle duplicate file names better.
Jacob Kaplan-Moss
2010-02-14
Fixed #6054: work around PIL's installation brokeness by detecting either of ...
Jacob Kaplan-Moss
2009-05-29
Fixed a few Python 2.3 incompatibilities that were causing test failures.
Gary Wilson Jr
2009-05-08
Fixed #8817: get_image_dimensions correctly closes the files it opens, and le...
Jacob Kaplan-Moss
2009-05-08
Fixed #9610 -- Fixed duplicate uploaded file name mangling when directory con...
Gary Wilson Jr
2008-10-10
Yet more file storage testing cleanup for the sake of buildbots; this should ...
Jacob Kaplan-Moss
2008-08-27
Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...
Jacob Kaplan-Moss
2008-08-27
FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ...
Jacob Kaplan-Moss
2008-08-15
Fixed #8244: Modified the temporary directory used by file storage tests so t...
Russell Keith-Magee
2008-08-11
Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...
Jacob Kaplan-Moss
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss