django1/django/core/files
Raúl Cumplido cda74c7fc9 Fixed #24441 -- Changed get_image_dimensions() return value for broken images 2015-03-25 12:39:29 -04:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode. 2014-11-24 15:54:57 -05:00
images.py Fixed #24441 -- Changed get_image_dimensions() return value for broken images 2015-03-25 12:39:29 -04:00
locks.py Removed executeable bit from a few files. 2014-05-25 23:16:40 +02:00
move.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
storage.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
temp.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
uploadedfile.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
uploadhandler.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -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