summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMalcolm Box <malcolm@tellybug.com>2014-04-25 13:55:32 +0100
committerTim Graham <timograham@gmail.com>2014-04-25 09:36:18 -0400
commit658710be005da9d7a4bd09bc02ecd84f65681ea6 (patch)
treefddf7148adac64f074b8e3772e60600172667a17 /docs/ref
parent6d87acc390d96b78423031a4c1c16f15ce202b85 (diff)
[1.7.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT default value.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 72fe7b1ab6..21d61440d4 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2809,6 +2809,10 @@ STATIC_ROOT
Default: ``None``
+.. versionchanged:: 1.6.2
+
+ The default changed from ``''`` (empty string) to ``None``.
+
The absolute path to the directory where :djadmin:`collectstatic` will collect
static files for deployment.