summaryrefslogtreecommitdiff
path: root/tests/modeltests/files/tests.py
AgeCommit message (Expand)Author
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