summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2012-09-17 22:54:26 +0200
committerFlorian Apolloner <florian@apolloner.eu>2012-09-17 22:54:26 +0200
commit23d0136314a23b1678b17d4a30df93d710762365 (patch)
treea5ab3cf66fb22b01055259bda902ab47df4f9836 /docs
parent06f79354d009b9fe10149bf597c1570569e7d348 (diff)
parente8c6aff3bf31b775dd70581b1cf6f86d5abd4001 (diff)
Merge branch 'lotheac-fix_uploaded_file_exec'
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.5.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index 6420239f47..26b6ad1bfa 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -333,6 +333,11 @@ Miscellaneous
function at :func:`django.utils.text.slugify`. Similarly, ``remove_tags`` is
available at :func:`django.utils.html.remove_tags`.
+* Uploaded files are no longer created as executable by default. If you need
+ them to be executeable change :setting:`FILE_UPLOAD_PERMISSIONS` to your
+ needs. The new default value is `0666` (octal) and the current umask value
+ is first masked out.
+
Features deprecated in 1.5
==========================