From db8b935730002f2cff6df957e8adab9561072834 Mon Sep 17 00:00:00 2001 From: Kaustubh <55352418+kc611@users.noreply.github.com> Date: Fri, 21 Aug 2020 13:17:37 +0530 Subject: [PATCH] [3.0.x] Fixed #31925 -- Fixed typo in docs/releases/3.0.txt. Backport of 3e753d3de33469493b1f0947a2e0152c4000ed40 from master --- docs/releases/3.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 2bfd7d4719c8..284782d80ce4 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