| Age | Commit message (Expand) | Author |
| 2010-03-02 | Fixed #11030: Reverted a change that assumed the file system encoding was utf... | Karen Tracey |
| 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-10-19 | Fixed non-standard introspection support in LazyObject. | Luke Plant |
| 2009-05-17 | Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments... | Karen Tracey |
| 2009-05-11 | Fixed #11055: fixed a regression in [10717] that caused uploaded files to hav... | Jacob Kaplan-Moss |
| 2009-05-11 | Fixed #10404: ImageField height_field and width_field options no longer depen... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor... | Jacob Kaplan-Moss |
| 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 |
| 2009-05-08 | Fixed #9344 -- In the `TemporaryFile` class used by Windows, proxy to the wra... | Gary Wilson Jr |
| 2009-05-07 | Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Hon... | Jacob Kaplan-Moss |
| 2009-04-05 | Fixed #8900: Added errno=13 (permission denied) to the class of ignored OSErr... | Karen Tracey |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-08 | Fixed #9399 -- Added StopFutureHandlers to export list in file handling. | Malcolm Tredinnick |
| 2009-03-02 | Removed some import-time dependencies on Django's settings. | Malcolm Tredinnick |
| 2009-01-16 | Fixed #10044: You can now assign directly to file fields (`instance.filefield... | Jacob Kaplan-Moss |
| 2008-08-29 | Fixed #8673: fixed a missing import in `django.core.files.move`. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On some | Malcolm Tredinnick |
| 2008-08-27 | Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8455: a lack of permissions in `MEDIA_ROOT` no longer causes an infini... | Jacob Kaplan-Moss |
| 2008-08-27 | FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #7769: Added a couple missing file methods to `TemporaryUploadedFile`. ... | Jacob Kaplan-Moss |
| 2008-08-23 | Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edge | Malcolm Tredinnick |
| 2008-08-11 | Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh... | Jacob Kaplan-Moss |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-08-09 | Fixed a couple imports in django.core.files.storage. Fixes #8188. | Jacob Kaplan-Moss |
| 2008-08-08 | Don't import PIL until needed so that systems without PIL don't barf. | Jacob Kaplan-Moss |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed #7683: Try not to delete uploaded files before moving them, and don't w... | Jacob Kaplan-Moss |
| 2008-07-26 | Fixed #7658 -- Added some Windows-specific tempfile handling. The standard | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-12 | Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, Flo... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed deprecated UploadedFile.data attribute. Refs #7614. | Jacob Kaplan-Moss |
| 2008-07-07 | Added a missing deprecated property (UploadedFile.filename) from [7859]. Refs... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss |
| 2008-07-03 | Corrected typo in `uploadedfile` module. | Gary Wilson Jr |
| 2008-07-01 | Oops, missed a changed file in [7817]. | Jacob Kaplan-Moss |
| 2008-07-01 | Fixed #7590: made UploadedFile subclasses' __init__ methods sane. | Jacob Kaplan-Moss |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |