django1/django/core/files
Sergey Fedoseev 27ca5ce19f Used datetime.timezone.utc instead of pytz.utc for better performance. 2018-03-20 15:24:16 -04:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE. 2018-03-12 09:12:44 -04: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 unnecessary parens in various code. 2017-09-13 21:20:29 -04:00
move.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
storage.py Used datetime.timezone.utc instead of pytz.utc for better performance. 2018-03-20 15:24:16 -04:00
temp.py Removed unnecessary parens in various code. 2017-09-13 21:20:29 -04:00
uploadedfile.py Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE. 2018-03-12 09:12:44 -04:00
uploadhandler.py Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
utils.py Refs #23919 -- Removed File's Python 2 proxied methods. 2017-04-26 14:44:07 -04:00