summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-01-12 18:01:29 -0500
committerTim Graham <timograham@gmail.com>2016-01-12 18:01:29 -0500
commita7752780d9e78e12d0bd7bd2dcf920d304e039bc (patch)
tree435e3e06a373de803e78e681a5880d957d51ded3 /docs/ref
parent555f8e9d5c640373d2bd30ec1212b341c859f828 (diff)
Removed an unncessary docs cross-reference for call_command().
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 46615666b8..1ec964b6ae 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1755,8 +1755,6 @@ See :doc:`/howto/custom-management-commands` for how to add customized actions.
Running management commands from your code
==========================================
-.. _call-command:
-
.. function:: django.core.management.call_command(name, *args, **options)
To call a management command from code use ``call_command``.