We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3cfce commit 604695cCopy full SHA for 604695c
1 file changed
docs/ref/settings.txt
@@ -1636,6 +1636,12 @@ when using the :djadmin:`collectstatic` management command. See
1636
modes must be specified. If you try to use ``644``, you'll get totally
1637
incorrect behavior.
1638
1639
+.. admonition:: A numeric value trumps umask
1640
+
1641
+ When this setting has a numeric value (one you've set yourself, or the
1642
+ default ``0o644``), this value will be used as is, and a umask will not
1643
+ be applied to it. The umask will apply only if this setting is ``None``.
1644
1645
.. setting:: FILE_UPLOAD_TEMP_DIR
1646
1647
``FILE_UPLOAD_TEMP_DIR``
0 commit comments