django1/django/core/files
Claude Paroz 576ec12f8e [py3] Replaced __nonzero__ by __bool__
Of course, __nonzero__ alias has been kept for Python 2 compatibility.
2012-08-08 15:02:31 +02:00
..
__init__.py File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features. 2008-08-08 20:59:02 +00:00
base.py [py3] Replaced __nonzero__ by __bool__ 2012-08-08 15:02:31 +02:00
images.py Fixed a security issue in image uploading. Disclosure and release forthcoming. 2012-07-30 21:54:29 +02:00
locks.py Fixed the syntax used for the Python repl examples in docs and docstrings. 2012-05-05 09:54:30 -05:00
move.py Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
storage.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
temp.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
uploadedfile.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
uploadhandler.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02: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