diff options
| author | Dave Hodder <dmh@dmh.org.uk> | 2015-04-30 20:39:29 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-01 13:26:42 -0400 |
| commit | 08c980d752bc7f31f146facadfec3d284c4115c6 (patch) | |
| tree | ba32460d9bc0123a687f5e55aec787fdd12a541a /docs/ref/contrib/admin | |
| parent | 57202a112a966593857725071ecd652a87c157fb (diff) | |
Updated capitalization in the word "JavaScript" for consistency
Diffstat (limited to 'docs/ref/contrib/admin')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 85fc4cb6ff..e620f34905 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1827,7 +1827,7 @@ definitions on forms <form-asset-paths>`. jQuery ~~~~~~ -Django admin Javascript makes use of the `jQuery`_ library. +Django admin JavaScript makes use of the `jQuery`_ library. To avoid conflicts with user-supplied scripts or libraries, Django's jQuery (version 1.11.2) is namespaced as ``django.jQuery``. If you want to use jQuery @@ -2673,7 +2673,7 @@ Index ``index`` Logout ``logout`` Password change ``password_change`` Password change done ``password_change_done`` -i18n javascript ``jsi18n`` +i18n JavaScript ``jsi18n`` Application index page ``app_list`` ``app_label`` Redirect to object's page ``view_on_site`` ``content_type_id``, ``object_id`` ========================= ======================== ================================== |
