django1/django/core/files
Claude Paroz 6352d06cd0 Fixed #26651 -- Kept original file suffix in TemporaryUploadedFile name
Thanks Tim Graham for the review.
2017-06-05 18:55:44 +02:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed #27777 -- Made File.open() work with the with statement (#8310) 2017-04-07 14:21:06 +02:00
images.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00
locks.py Removed executeable bit from a few files. 2014-05-25 23:16:40 +02:00
move.py Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount. 2017-05-31 14:52:40 -04:00
storage.py Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
temp.py Refs #23919 -- Removed misc references to Python 2. 2017-01-21 20:02:00 -05:00
uploadedfile.py Fixed #26651 -- Kept original file suffix in TemporaryUploadedFile name 2017-06-05 18:55:44 +02:00
uploadhandler.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00
utils.py Refs #23919 -- Removed File's Python 2 proxied methods. 2017-04-26 14:44:07 -04:00