diff options
| author | Malcolm Box <malcolm@tellybug.com> | 2014-04-25 13:55:32 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-25 09:36:56 -0400 |
| commit | 42659ceb3f635b9eb640c0c7168e02fc71fabd05 (patch) | |
| tree | 8e3c8d84921e3611e807d08dcefabf06d24cdc49 | |
| parent | d16948bd19737a60811eeaae77b8eb282de8bdb3 (diff) | |
[1.6.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT default value.
Backport of 658710be00 from stable/1.7.x
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 7f5e05c8f4..260eada1ee 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2525,6 +2525,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. |
