[1.7.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT default value.

This commit is contained in:
Malcolm Box 2014-04-25 13:55:32 +01:00 committed by Tim Graham
parent 6d87acc390
commit 658710be00
1 changed files with 4 additions and 0 deletions

View File

@ -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.