Commit 42659ceb authored by Malcolm Box's avatar Malcolm Box Committed by Tim Graham
Browse files

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

Backport of 658710be from stable/1.7.x
parent d16948bd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.