index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
files
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-24
Fixed a few ResourceWarnings.
Florian Apolloner
2013-02-23
Fixed errors introduced in 664855b74e1f417384dc7aef35a3df5f86db52d6
Florian Apolloner
2013-02-23
#18899 FileSystemStorage.save should support any file-like objects
Marcin Biernat
2012-12-27
Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.
Aymeric Augustin
2012-08-29
Removed unnecessary bytes prefix for ContentFile
Claude Paroz
2012-08-11
[py3] Various minor syntax fixes in the test suite
Claude Paroz
2012-06-26
Fixed #18515 -- Conditionally regenerated filename in FileField validation
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-31
Fixed #14681 -- Do not set mode to None on file-like objects.
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-28
Move the Python 2.5 specific tests out of their own special files now that 2....
Alex Gaynor
2011-02-21
Fixed #15364 -- Ensure files are closed correctly during file tests. Thanks t...
Russell Keith-Magee
2011-01-26
Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...
Carl Meyer
2010-11-21
Fixed #14749 -- added support for using Django's file object as context manag...
Alex Gaynor
2010-09-12
Migrate the files doctests. Thanks to Alex Gaynor.
Russell Keith-Magee