django1/django/core/files
Claude Paroz 2626ea4a74 Fixed #14681 -- Do not set mode to None on file-like objects.
gzip.GzipFile does not support files with mode set to None.
2012-05-31 10:02:35 +02:00
..
__init__.py File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features. 2008-08-08 20:59:02 +00:00
base.py Fixed #14681 -- Do not set mode to None on file-like objects. 2012-05-31 10:02:35 +02:00
images.py Fixed #11158 - get_image_dimensions very slow/incorrect after 1 call 2010-09-10 18:45:25 +00:00
locks.py Fixed the syntax used for the Python repl examples in docs and docstrings. 2012-05-05 09:54:30 -05:00
move.py Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
storage.py Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
temp.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
uploadedfile.py Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02:00
uploadhandler.py Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02: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