django1/django/core/files
Mariusz Felisiak 609b7f1123
[2.2.x] Fixed "byte string" typo in various docs and comments.
Backport of 881362986a from master
2019-03-28 10:01:36 +01:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py [2.2.x] Fixed "byte string" typo in various docs and comments. 2019-03-28 10:01:36 +01:00
images.py Fixed #29705 -- Fixed ImageField RuntimeError crash for WebP files. 2018-08-23 09:04:25 -04:00
locks.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
move.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
storage.py Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to create the same directory. 2018-10-31 19:28:11 -04:00
temp.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02: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