| Age | Commit message (Expand) | Author |
| 2009-05-11 | Fixed #10404: ImageField height_field and width_field options no longer depen... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor... | 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-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 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-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 #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |