mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review.
This commit is contained in:
parent
fd1c5bb041
commit
e519aab43a
31 changed files with 543 additions and 616 deletions
|
@ -70,8 +70,9 @@ Create superusers using the :djadmin:`createsuperuser` command::
|
|||
$ python manage.py createsuperuser --username=joe --email=joe@example.com
|
||||
|
||||
You will be prompted for a password. After you enter one, the user will be
|
||||
created immediately. If you leave off the :djadminopt:`--username` or the
|
||||
:djadminopt:`--email` options, it will prompt you for those values.
|
||||
created immediately. If you leave off the :option:`--username <createsuperuser
|
||||
--username>` or :option:`--email <createsuperuser --email>` options, it will
|
||||
prompt you for those values.
|
||||
|
||||
Changing passwords
|
||||
------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue