django1/django/core/files
Claude Paroz f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
images.py Replaced property() usage with decorator in several places. 2016-08-25 20:06:22 -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 Refs #23832 -- Removed deprecated non-timezone aware Storage API. 2017-01-17 20:52:03 -05:00
temp.py Fixed broken links in docs and comments. 2016-06-15 21:20:23 -04:00
uploadedfile.py Removed unnecessary check in TemporaryUploadedFile. 2016-06-11 20:45:11 -04:00
uploadhandler.py Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
utils.py Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File. 2016-05-27 21:05:58 -04:00