summaryrefslogtreecommitdiff
path: root/tests/modeltests/files
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-24Fixed a few ResourceWarnings.Florian Apolloner
2013-02-23Fixed errors introduced in 664855b74e1f417384dc7aef35a3df5f86db52d6Florian Apolloner
2013-02-23#18899 FileSystemStorage.save should support any file-like objectsMarcin Biernat
2012-12-27Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin
2012-08-29Removed unnecessary bytes prefix for ContentFileClaude Paroz
2012-08-11[py3] Various minor syntax fixes in the test suiteClaude Paroz
2012-06-26Fixed #18515 -- Conditionally regenerated filename in FileField validationClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-31Fixed #14681 -- Do not set mode to None on file-like objects.Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-28Move the Python 2.5 specific tests out of their own special files now that 2....Alex Gaynor
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