summaryrefslogtreecommitdiff
path: root/tests/regressiontests/file_storage
AgeCommit message (Expand)Author
2008-08-27Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...Jacob Kaplan-Moss
2008-08-27Fixed #8534: getting the size of a file no longer opens it (at least for the ...Jacob Kaplan-Moss
2008-08-27Fixed #8175: don't open files we're about to close. This was a pesky bug to t...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-09Fixed #8187: made PIL imports consistant. Thanks, bastih.Jacob Kaplan-Moss
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss