summaryrefslogtreecommitdiff
path: root/tests/modeltests/files
AgeCommit message (Expand)Author
2011-02-21Fixed #15364 -- Ensure files are closed correctly during file tests. Thanks t...Russell Keith-Magee
2011-01-26Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...Carl Meyer
2010-11-21Fixed #14749 -- added support for using Django's file object as context manag...Alex Gaynor
2010-09-12Migrate the files doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-03-03Fixed the files test to not care whether the names are reported as bytestring...Karen Tracey
2010-02-23Fixed #10258: handle duplicate file names better.Jacob Kaplan-Moss
2009-05-08Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...Jacob Kaplan-Moss
2009-05-07Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Hon...Jacob Kaplan-Moss
2009-02-24Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...Karen Tracey
2009-01-16Fixed #10044: You can now assign directly to file fields (`instance.filefield...Jacob Kaplan-Moss
2008-10-10Be nice to buildbots: switched `modeltests/files` to use a proper isolated di...Jacob Kaplan-Moss
2008-08-12Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...Gary Wilson Jr
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss