summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Reddy Thatiparthy <srinivasreddy@users.noreply.github.com>2017-01-28 18:39:42 +0530
committerTim Graham <timograham@gmail.com>2017-01-28 08:10:07 -0500
commitf706576adf16bd44fe10386a570cbb657b412066 (patch)
treecff5f0eb5bd072f44f0552cf49b1492632c741df
parent33ff4e4e587853ffdcf603419ea0502cf3788c3a (diff)
[1.11.x] Removed obsolete sentence in ManagementUtility docstring.
Backport of a6755b29e9335723c9347a36d4000a3157b05441 from master
-rw-r--r--django/core/management/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/django/core/management/__init__.py b/django/core/management/__init__.py
index fdc1af2aa2..6466130f5f 100644
--- a/django/core/management/__init__.py
+++ b/django/core/management/__init__.py
@@ -133,9 +133,6 @@ def call_command(command_name, *args, **options):
class ManagementUtility(object):
"""
Encapsulates the logic of the django-admin and manage.py utilities.
-
- A ManagementUtility has a number of commands, which can be manipulated
- by editing the self.commands dictionary.
"""
def __init__(self, argv=None):
self.argv = argv or sys.argv[:]