mirror of
https://github.com/django/django.git
synced 2025-08-18 17:50:58 +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:
parent
20c69c5e51
commit
dd246a62c7
8 changed files with 60 additions and 62 deletions
|
@ -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."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue