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
/
files
Age
Commit message (
Expand
)
Author
2014-11-24
Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode.
Sergey Fedoseev
2014-10-30
Fixed #8149 -- Made File.__iter__() support universal newlines.
Jon Dufresne
2014-03-21
Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class.
Hans Lawrenz
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2014-02-20
Fixed #22107 -- Fixed django.core.files.File object iteration.
Baptiste Mispelon
2014-01-03
Suppressed ResourceWarning in files tests
Claude Paroz
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-27
Rearranged some file-related tests
Claude Paroz
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-14
Close file after tests added in 945e033a69.
Ramiro Morales
2013-10-11
Fixed #8918 -- Made FileField.upload_to optional.
Tim Graham
2013-10-02
Fixed #21122 -- Improved clean up of test temp directory on Windows
Kevin Christopher Henry
2013-09-10
Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch...
homm
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-09-06
Fixed #11857 -- Added missing 'closed' property on TemporaryFile class.
Christopher Adams
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-20
Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...
Russell Keith-Magee
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner