| Age | Commit message (Expand) | Author |
| 2012-02-09 | Fixed #17219 -- Updated model field descriptions to be more precise. Thanks, ... | Jannis Leidel |
| 2011-08-23 | Fix initialisation of ImageField super classes. | Malcolm Tredinnick |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-03-28 | Removed a bunch more Python 2.4 workarounds now that we don't support that ve... | Adrian Holovaty |
| 2011-01-26 | Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d... | Carl Meyer |
| 2010-12-12 | Fixed #12955 -- Use the size attribute of the file instead of len() to suppor... | Jannis Leidel |
| 2010-10-01 | Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f... | Jannis Leidel |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-17 | Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than... | Jacob Kaplan-Moss |
| 2009-12-16 | Fixed #12385: Made built-in field type descriptions in admindocs translatable... | Karen Tracey |
| 2009-12-12 | Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l... | Karen Tracey |
| 2009-05-28 | Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti... | Gary Wilson Jr |
| 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-03-30 | Fixed #10149. FileFields in a form now validate max_length. Based on a patch ... | Joseph Kocherhans |
| 2009-03-08 | Fixed #9508 -- Added an appropriate FileField.__hash__ implementation. | Malcolm Tredinnick |
| 2009-02-24 | Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce... | Karen Tracey |
| 2009-02-16 | Fixed #10196: Restored setting of image file width and height fields lost in ... | Karen Tracey |
| 2009-02-16 | Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea... | Karen Tracey |
| 2009-01-16 | Fixed #10044: You can now assign directly to file fields (`instance.filefield... | Jacob Kaplan-Moss |
| 2008-12-16 | Fixed #9786 -- Fixed inequality checking for django.db.models.fields.file.Fie... | Malcolm Tredinnick |
| 2008-08-28 | FIxed #8613: removed vestigal `FileField.save_file()`. Thanks, kratorius. | 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 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 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 |