From a7752780d9e78e12d0bd7bd2dcf920d304e039bc Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 12 Jan 2016 18:01:29 -0500 Subject: Removed an unncessary docs cross-reference for call_command(). --- docs/ref/django-admin.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/ref') 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``. -- cgit v1.3