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.