Kaydet (Commit) 355572ac authored tarafından Rik's avatar Rik Kaydeden (comit) Tim Graham

Fixed #12670 -- Added a note about permissions of files stored in FILE_UPLOAD_TEMP_DIR.

Thanks simon29 for the suggestion.
üst e65c0cca
......@@ -164,6 +164,9 @@ There are a few settings which control Django's file upload behavior:
of ``0600``, and files saved from memory will be saved using the
system's standard umask.
For security reasons, these permissions aren't applied to the temporary
files that are stored in :setting:`FILE_UPLOAD_TEMP_DIR`.
.. warning::
If you're not familiar with file modes, please note that the leading
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment