mirror of https://github.com/django/django.git
Fixed #31925 -- Fixed typo in docs/releases/3.0.txt.
This commit is contained in:
parent
927bd888dd
commit
3e753d3de3
|
@ -513,7 +513,7 @@ In older versions, the :setting:`FILE_UPLOAD_PERMISSIONS` setting defaults to
|
||||||
uploaded files having different permissions depending on their size and which
|
uploaded files having different permissions depending on their size and which
|
||||||
upload handler is used.
|
upload handler is used.
|
||||||
|
|
||||||
``FILE_UPLOAD_PERMISSION`` now defaults to ``0o644`` to avoid this
|
``FILE_UPLOAD_PERMISSIONS`` now defaults to ``0o644`` to avoid this
|
||||||
inconsistency.
|
inconsistency.
|
||||||
|
|
||||||
New default values for security settings
|
New default values for security settings
|
||||||
|
|
Loading…
Reference in New Issue