django1/django/core/files
Vajrasky Kok 9eecb91695 Fixed #21219 -- Added a way to set different permission for static files.
Previously, when collecting static files, the files would receive permission
from FILE_UPLOAD_PERMISSIONS. Now, there's an option to give different
permission from uploaded files permission by subclassing any of the static
files storage classes and setting the file_permissions_mode parameter.

Thanks dblack at atlassian.com for the suggestion.
2013-10-24 17:40:01 -04: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 #19367 -- Fixed saving ContentFile in filesystem storage 2012-12-06 17:14:44 +01:00
images.py Fixed #19934 - Use of Pillow is now preferred over PIL. 2013-05-14 19:32:04 -07:00
locks.py Start attacking E231 violations 2013-10-24 10:30:03 -07:00
move.py Start attacking E231 violations 2013-10-24 10:30:03 -07:00
storage.py Fixed #21219 -- Added a way to set different permission for static files. 2013-10-24 17:40:01 -04:00
temp.py Fixed #18744 -- Updated docstring to highlight limitations of NamedTemporaryFile 2013-09-19 10:12:03 -04:00
uploadedfile.py Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 characters 2013-09-10 01:55:16 +02:00
uploadhandler.py Start attacking E231 violations 2013-10-24 10:30:03 -07: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