django1/django/core/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 Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class. 2014-03-21 22:34:47 +01:00
images.py Removed PIL compatability layer per deprecation timeline. 2014-03-21 10:54:53 -04:00
locks.py Fixed regression in file locking on some platforms. 2014-03-18 10:35:22 -04:00
move.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
storage.py Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
temp.py Fixed #18744 -- Updated docstring to highlight limitations of NamedTemporaryFile 2013-09-19 10:12:03 -04:00
uploadedfile.py Made content_type_extra optional for TemporaryUploadedFile and MemoryUploadedFile. 2014-02-18 07:49:42 -05:00
uploadhandler.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
utils.py Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file storage and the `File` object. Thanks to Armin Ronacher and Alex Gaynor. 2009-05-08 15:08:09 +00:00