mirror of
https://github.com/django/django.git
synced 2025-03-24 00:00:45 +00:00
[1.11.x] Removed obsolete sentence in ManagementUtility docstring.
Backport of a6755b29e9335723c9347a36d4000a3157b05441 from master
This commit is contained in:
parent
33ff4e4e58
commit
f706576adf
@ -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[:]
|
||||
|
Loading…
x
Reference in New Issue
Block a user