Clarified development stream status of some of the django-admin command line arguments
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
927ec3fe7b
commit
a5f4a0255d
|
@ -295,6 +295,8 @@ give you the option of creating a superuser immediately.
|
||||||
test
|
test
|
||||||
----
|
----
|
||||||
|
|
||||||
|
**New in Django development version**
|
||||||
|
|
||||||
Discover and run tests for all installed models. See `Testing Django applications`_ for more information.
|
Discover and run tests for all installed models. See `Testing Django applications`_ for more information.
|
||||||
|
|
||||||
.. _testing django applications: ../testing/
|
.. _testing django applications: ../testing/
|
||||||
|
@ -348,6 +350,8 @@ options.
|
||||||
--noinput
|
--noinput
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
**New in Django development version**
|
||||||
|
|
||||||
Inform django-admin that the user should NOT be prompted for any input. Useful if
|
Inform django-admin that the user should NOT be prompted for any input. Useful if
|
||||||
the django-admin script will be executed as an unattended, automated script.
|
the django-admin script will be executed as an unattended, automated script.
|
||||||
|
|
||||||
|
@ -369,6 +373,8 @@ Example output::
|
||||||
--verbosity
|
--verbosity
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
**New in Django development version**
|
||||||
|
|
||||||
Example usage::
|
Example usage::
|
||||||
|
|
||||||
django-admin.py syncdb --verbosity=2
|
django-admin.py syncdb --verbosity=2
|
||||||
|
|
Loading…
Reference in New Issue