diff options
| author | James Bennett <james@b-list.org> | 2013-06-20 01:51:20 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-08 13:59:54 -0400 |
| commit | c0f03175ceeb132b88d6ff81d28d397e5a303989 (patch) | |
| tree | 57d40040b3e82f4b058690f33cf80f6ab4b9396b /docs/faq/admin.txt | |
| parent | 660c30ed953667b44bdec7058dafe10e0a8ce402 (diff) | |
Fixed #19695 -- Retitle "Form Media" to "Form Assets".
Diffstat (limited to 'docs/faq/admin.txt')
| -rw-r--r-- | docs/faq/admin.txt | 2 |
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. |
