django/tests/files
Hans Lawrenz 918a16bc4c Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class.
Added condition to prevent checking the existence of a file name of a
file like object when the name attribute is None. This is necessary
because a SpooledTemporaryFile won't exist on the file system or have a
name until it has reached its max_size. Also added tests.
2014-03-21 22:34:47 +01:00
..
__init__.py Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
magic.png Rearranged some file-related tests 2013-10-27 21:28:08 +01:00
test.png Rearranged some file-related tests 2013-10-27 21:28:08 +01:00
test1.png Rearranged some file-related tests 2013-10-27 21:28:08 +01:00
tests.py Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class. 2014-03-21 22:34:47 +01:00