summaryrefslogtreecommitdiff
path: root/tests/regressiontests/file_storage/tests.py
AgeCommit message (Expand)Author
2009-05-29[1.0.X] Fixed a few Python 2.3 incompatibilities that were causing test failu...Gary Wilson Jr
2009-05-08[1.0.X] Fixed #8817: get_image_dimensions correctly closes the files it opens...Jacob Kaplan-Moss
2009-05-08[1.0.X]: Fixed #9610 -- Fixed duplicate uploaded file name mangling when dire...Gary Wilson Jr
2008-10-10[1.0.X] Yet more file storage testing cleanup for the sake of buildbots; this...Jacob Kaplan-Moss
2008-08-27Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...Jacob Kaplan-Moss
2008-08-27FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ...Jacob Kaplan-Moss
2008-08-15Fixed #8244: Modified the temporary directory used by file storage tests so t...Russell Keith-Magee
2008-08-11Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...Jacob Kaplan-Moss
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss