1
0
mirror of https://github.com/django/django.git synced 2025-04-22 00:04:43 +00:00

[3.1.x] Fixed #31925 -- Fixed typo in docs/releases/3.0.txt.

Backport of 3e753d3de33469493b1f0947a2e0152c4000ed40 from master
This commit is contained in:
Kaustubh 2020-08-21 13:17:37 +05:30 committed by Mariusz Felisiak
parent 8fb24a5130
commit 5d55b878cf

View File

@ -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
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.
New default values for security settings