summaryrefslogtreecommitdiff
path: root/django/db/models/fields/files.py
AgeCommit message (Expand)Author
2009-03-30[1.0.X] Fixed #10149. FileFields? in a form now validate max_length. Based on...Joseph Kocherhans
2009-03-08[1.0.x] Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.Malcolm Tredinnick
2009-02-24[1.0.X] Fixed #10347 -- Fixed incorrect AttributeError raised when attempting...Karen Tracey
2008-12-16[1.0.X] Fixed #9786 -- Fixed inequality checking for django.db.models.fields....Malcolm Tredinnick
2008-08-28FIxed #8613: removed vestigal `FileField.save_file()`. Thanks, kratorius.Jacob Kaplan-Moss
2008-08-27Fixed #8534: getting the size of a file no longer opens it (at least for the ...Jacob Kaplan-Moss
2008-08-27Fixed #8175: don't open files we're about to close. This was a pesky bug to t...Jacob Kaplan-Moss
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss