| Age | Commit message (Expand) | Author |
| 2011-03-03 | Updated test assertions that have been deprecated by the move to unittest2. I... | Russell Keith-Magee |
| 2011-02-04 | Fixed #15181 -- Ensure that special characters are escaped when querying for ... | Russell Keith-Magee |
| 2010-12-04 | Removed all usages of deprecated TestCase methods (self.fail*). This removed... | Alex Gaynor |
| 2010-11-21 | Fixed #14749 -- added support for using Django's file object as context manag... | Alex Gaynor |
| 2010-11-11 | Changed a test to be less specific about the exception string it expected. T... | Alex Gaynor |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-10-08 | Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f... | Jannis Leidel |
| 2010-10-07 | Fixed #14430 - Test failure on Windows with get_image_dimensions since [13715] | Luke Plant |
| 2010-09-13 | Fixed #14254 - More tests for storage backends | Luke Plant |
| 2010-09-10 | Fixed #11158 - get_image_dimensions very slow/incorrect after 1 call | Luke Plant |
| 2010-02-23 | Fixed a regression on Python < 2.6 introduced in [12552]. | Jacob Kaplan-Moss |
| 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-05-29 | Fixed a few Python 2.3 incompatibilities that were causing test failures. | Gary Wilson Jr |
| 2009-05-28 | Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti... | Gary Wilson Jr |
| 2009-05-11 | Fixed #11032: close() a file explictly open()'d in a test, so that deleting t... | Karen Tracey |
| 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 |
| 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-04-05 | Made a set of small test changes to avoid leaving temp files hanging around a... | Karen Tracey |
| 2009-03-08 | Fixed #9508 -- Added an appropriate FileField.__hash__ implementation. | Malcolm Tredinnick |
| 2008-12-16 | Fixed #9786 -- Fixed inequality checking for django.db.models.fields.file.Fie... | Malcolm Tredinnick |
| 2008-10-10 | Yet more file storage testing cleanup for the sake of buildbots; this should ... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8534: getting the size of a file no longer opens it (at least for the ... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8175: don't open files we're about to close. This was a pesky bug to t... | Jacob Kaplan-Moss |
| 2008-08-27 | FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ... | Jacob Kaplan-Moss |
| 2008-08-15 | Fixed #8244: Modified the temporary directory used by file storage tests so t... | Russell Keith-Magee |
| 2008-08-11 | Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh... | Jacob Kaplan-Moss |
| 2008-08-09 | Fixed #8187: made PIL imports consistant. Thanks, bastih. | Jacob Kaplan-Moss |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |