mirror of
https://github.com/django/django.git
synced 2025-04-16 05:14:38 +00:00
[1.6.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT default value.
Backport of 658710be00 from stable/1.7.x
This commit is contained in:
parent
d16948bd19
commit
42659ceb3f
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user