Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/ref/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,12 @@ when using the :djadmin:`collectstatic` management command. See
modes must be specified. If you try to use ``644``, you'll get totally
incorrect behavior.

.. admonition:: A numeric value trumps umask

When this setting has a numeric value (one you've set yourself, or the
default ``0o644``), this value will be used as is, and a umask will not
be applied to it. The umask will apply only if this setting is ``None``.

.. setting:: FILE_UPLOAD_TEMP_DIR

``FILE_UPLOAD_TEMP_DIR``
Expand Down
Loading