summaryrefslogtreecommitdiff
path: root/docs/faq
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/faq
parent730069197fd29d7b055a260a1344802b16415fb4 (diff)
[1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".
Backport of c0f03175ce from master
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/admin.txt b/docs/faq/admin.txt
index ec40754094..dbcd725a8d 100644
--- a/docs/faq/admin.txt
+++ b/docs/faq/admin.txt
@@ -82,7 +82,7 @@ How can I customize the functionality of the admin interface?
You've got several options. If you want to piggyback on top of an add/change
form that Django automatically generates, you can attach arbitrary JavaScript
modules to the page via the model's class Admin :ref:`js parameter
-<modeladmin-media-definitions>`. That parameter is a list of URLs, as strings,
+<modeladmin-asset-definitions>`. That parameter is a list of URLs, as strings,
pointing to JavaScript modules that will be included within the admin form via
a ``<script>`` tag.