mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Edited some docs and docstrings until [17685]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -9,8 +9,7 @@ from django.db import DEFAULT_DB_ALIAS
|
||||
class Command(BaseCommand):
|
||||
option_list = BaseCommand.option_list + (
|
||||
make_option('--database', action='store', dest='database',
|
||||
default=DEFAULT_DB_ALIAS, help='Nominates a database to query for the user. '
|
||||
'Defaults to the "default" database.'),
|
||||
default=DEFAULT_DB_ALIAS, help='Specifies the database to use. Default is "default".'),
|
||||
)
|
||||
help = "Change a user's password for django.contrib.auth."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user