summaryrefslogtreecommitdiff
path: root/django/db/models/fields/files.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-3/+3
* Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss2009-12-171-1/+2
* Fixed #12385: Made built-in field type descriptions in admindocs translatable...Karen Tracey2009-12-161-4/+3
* Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l...Karen Tracey2009-12-121-0/+4
* Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...Gary Wilson Jr2009-05-281-45/+88
* Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss2009-05-111-19/+100
* Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...Jacob Kaplan-Moss2009-05-081-15/+25
* Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...Joseph Kocherhans2009-03-301-1/+1
* Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.Malcolm Tredinnick2009-03-081-0/+4
* Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...Karen Tracey2009-02-241-1/+1
* Fixed #10196: Restored setting of image file width and height fields lost in ...Karen Tracey2009-02-161-1/+1
* Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea...Karen Tracey2009-02-161-0/+4
* Fixed #10044: You can now assign directly to file fields (`instance.filefield...Jacob Kaplan-Moss2009-01-161-7/+26
* Fixed #9786 -- Fixed inequality checking for django.db.models.fields.file.Fie...Malcolm Tredinnick2008-12-161-0/+3
* FIxed #8613: removed vestigal `FileField.save_file()`. Thanks, kratorius.Jacob Kaplan-Moss2008-08-281-20/+0
* Fixed #8534: getting the size of a file no longer opens it (at least for the ...Jacob Kaplan-Moss2008-08-271-0/+5
* Fixed #8175: don't open files we're about to close. This was a pesky bug to t...Jacob Kaplan-Moss2008-08-271-1/+6
* Removed oldforms, validators, and related code:Gary Wilson Jr2008-08-271-50/+4
* Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr2008-08-101-26/+2
* File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss2008-08-081-0/+315