mirror of
https://github.com/django/django.git
synced 2025-11-12 16:47:49 +00:00
Removed obsolete sentence in ManagementUtility docstring.
This commit is contained in:
parent
e34f4e6f87
commit
a6755b29e9
1 changed files with 0 additions and 3 deletions
|
|
@ -131,9 +131,6 @@ def call_command(command_name, *args, **options):
|
||||||
class ManagementUtility:
|
class ManagementUtility:
|
||||||
"""
|
"""
|
||||||
Encapsulates the logic of the django-admin and manage.py utilities.
|
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):
|
def __init__(self, argv=None):
|
||||||
self.argv = argv or sys.argv[:]
|
self.argv = argv or sys.argv[:]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue