mirror of
https://github.com/django/django.git
synced 2025-08-10 05:48:15 +00:00
[1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".
Backport of c0f03175ce
from master
This commit is contained in:
parent
730069197f
commit
b2afe39663
7 changed files with 105 additions and 98 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue