summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2013-06-20 01:51:20 -0500
committerTim Graham <timograham@gmail.com>2013-07-08 14:09:02 -0400
commitb2afe396635e2de5b3a917a61350cd96fbde9ab7 (patch)
tree707ec3e7f9392652f086a76f01dfb1258a2ce125 /docs/ref/settings.txt
parent730069197fd29d7b055a260a1344802b16415fb4 (diff)
[1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".
Backport of c0f03175ce from master
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 215931768c..f700f6e191 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2487,7 +2487,7 @@ URL to use when referring to static files located in :setting:`STATIC_ROOT`.
Example: ``"/static/"`` or ``"http://static.example.com/"``
If not ``None``, this will be used as the base path for
-:ref:`media definitions<form-media-paths>` and the
+:ref:`asset definitions<form-asset-paths>` (the ``Media`` class) and the
:doc:`staticfiles app</ref/contrib/staticfiles>`.
It must end in a slash if set to a non-empty value.