summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/django-admin.txt')
-rw-r--r--docs/django-admin.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index 672200c5e7..ffafc83972 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -295,6 +295,8 @@ give you the option of creating a superuser immediately.
test
----
+**New in Django development version**
+
Discover and run tests for all installed models. See `Testing Django applications`_ for more information.
.. _testing django applications: ../testing/
@@ -348,6 +350,8 @@ options.
--noinput
---------
+**New in Django development version**
+
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.
@@ -369,6 +373,8 @@ Example output::
--verbosity
-----------
+**New in Django development version**
+
Example usage::
django-admin.py syncdb --verbosity=2