Ticket #12670: 12670-file-uploads.diff

File 12670-file-uploads.diff, 605 bytes (added by Simon Litchfield, 11 years ago)

Proposed documentation change (ideally the preceding paragraph could be reworded too)

  • docs/topics/http/file-uploads.txt

    diff --git a/docs/topics/http/file-uploads.txt b/docs/topics/http/file-uploads.txt
    index d88524e..f5404f3 100644
    a b There are a few settings which control Django's file upload behavior:  
    167167
    168168        **Always prefix the mode with a 0.**
    169169
     170    .. warning::
     171
     172        This setting has no effect on temporary files.
     173
    170174:setting:`FILE_UPLOAD_DIRECTORY_PERMISSIONS`
    171175    The numeric mode to apply to directories created in the process of
    172176    uploading files. This value mirrors the functionality and caveats of
Back to Top