django1/django/core/files
Carl Meyer bcb693ebd4 Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
This reverts commit f36151ed16.

Adding kwargs to deconstructed objects does not achieve useful
forward-compatibility in general, since additional arguments are silently
dropped rather than having their intended effect. In fact, it can make the
failure more difficult to diagnose. Thanks Shai Berger for discussion.
2014-11-22 22:29:23 -07:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed #8149 -- Made File.__iter__() support universal newlines. 2014-10-30 11:52:59 -04:00
images.py Removed PIL compatability layer per deprecation timeline. 2014-03-21 10:54:53 -04:00
locks.py Removed executeable bit from a few files. 2014-05-25 23:16:40 +02:00
move.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
storage.py Revert "Fixed #23892 -- Made deconstructible classes forwards compatible" 2014-11-22 22:29:23 -07:00
temp.py Clarified a comment in django.core.files.temp. 2014-08-29 07:27:15 -04:00
uploadedfile.py Fixed #22680 -- I/O operation on closed file. 2014-06-11 08:57:30 +02:00
uploadhandler.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -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