diff options
| author | Kaustubh <55352418+kc611@users.noreply.github.com> | 2020-08-21 13:17:37 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-21 09:48:30 +0200 |
| commit | 5d55b878cf219589404630b2d6004f3b33071241 (patch) | |
| tree | 7b5d25438c0c4e8a8798eee572d4a3ec2852c241 /docs | |
| parent | 8fb24a5130e09f28b00849776afb9372b18b75d4 (diff) | |
[3.1.x] Fixed #31925 -- Fixed typo in docs/releases/3.0.txt.
Backport of 3e753d3de33469493b1f0947a2e0152c4000ed40 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 2bfd7d4719..284782d80c 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -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 |
