Commit 658710be authored by Malcolm Box's avatar Malcolm Box Committed by Tim Graham
Browse files

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

parent 6d87acc3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.