django1/django/core/files
Aymeric Augustin fc10418fba Fixed #18963 -- Used a subclass-friendly pattern
for Python 2 object model compatibility methods.
2012-11-03 22:07:35 +01: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 Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01: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 [py3] Fixed slow path through file_move_safe 2012-08-18 15:44:09 -04:00
storage.py Fixed #18947 -- Don't make uploaded files executeable by default. 2012-09-17 22:53:10 +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 Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
uploadhandler.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +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