summaryrefslogtreecommitdiff
path: root/django/core/files
AgeCommit message (Expand)Author
2008-08-29Fixed #8673: fixed a missing import in `django.core.files.move`.Jacob Kaplan-Moss
2008-08-28Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On someMalcolm Tredinnick
2008-08-27Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...Jacob Kaplan-Moss
2008-08-27Fixed #8455: a lack of permissions in `MEDIA_ROOT` no longer causes an infini...Jacob Kaplan-Moss
2008-08-27FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ...Jacob Kaplan-Moss
2008-08-27Fixed #7769: Added a couple missing file methods to `TemporaryUploadedFile`. ...Jacob Kaplan-Moss
2008-08-23Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edgeMalcolm Tredinnick
2008-08-11Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...Jacob Kaplan-Moss
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-08-09Fixed a couple imports in django.core.files.storage. Fixes #8188.Jacob Kaplan-Moss
2008-08-08Don't import PIL until needed so that systems without PIL don't barf.Jacob Kaplan-Moss
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-08-05Fixed #7683: Try not to delete uploaded files before moving them, and don't w...Jacob Kaplan-Moss
2008-07-26Fixed #7658 -- Added some Windows-specific tempfile handling. The standardMalcolm Tredinnick
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-12Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, Flo...Jacob Kaplan-Moss
2008-07-07Fixed deprecated UploadedFile.data attribute. Refs #7614.Jacob Kaplan-Moss
2008-07-07Added a missing deprecated property (UploadedFile.filename) from [7859]. Refs...Jacob Kaplan-Moss
2008-07-07Fixed #7614: the quickening has come, and there now is only one UploadedFile....Jacob Kaplan-Moss
2008-07-03Corrected typo in `uploadedfile` module.Gary Wilson Jr
2008-07-01Oops, missed a changed file in [7817].Jacob Kaplan-Moss
2008-07-01Fixed #7590: made UploadedFile subclasses' __init__ methods sane.Jacob Kaplan-Moss
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss