summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 35d6c04b30..f48307fe22 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -175,8 +175,6 @@ Example usage::
.. django-admin-option:: --ignore PATTERN, -i PATTERN
-.. versionadded:: 3.0
-
Ignores directories matching the given :mod:`glob`-style pattern. Use
multiple times to ignore more.
@@ -1131,10 +1129,6 @@ under them.
This is the default output format.
-.. versionchanged:: 3.0
-
- Output of the applied datetimes at verbosity 2 and above was added.
-
.. django-admin-option:: --plan, -p
Shows the migration plan Django will follow to apply migrations. Like
@@ -1276,11 +1270,6 @@ zip files, you can use a URL like::
django-admin startapp --template=https://github.com/githubuser/django-app-template/archive/master.zip myapp
-.. versionchanged:: 3.0
-
- Support for XZ archives (``.tar.xz``, ``.txz``) and LZMA archives
- (``.tar.lzma``, ``.tlz``) was added.
-
.. django-admin-option:: --extension EXTENSIONS, -e EXTENSIONS
Specifies which file extensions in the app template should be rendered with the
@@ -1490,8 +1479,6 @@ May be specified multiple times and combined with :option:`test --tag`.
.. django-admin-option:: -k TEST_NAME_PATTERNS
-.. versionadded:: 3.0
-
Runs test methods and classes matching test name patterns, in the same way as
:option:`unittest's -k option<unittest.-k>`. Can be specified multiple times.
@@ -1501,8 +1488,6 @@ Runs test methods and classes matching test name patterns, in the same way as
.. django-admin-option:: --pdb
-.. versionadded:: 3.0
-
Spawns a ``pdb`` debugger at each test error or failure. If you have it
installed, ``ipdb`` is used instead.
@@ -1635,11 +1620,6 @@ fields (listed in
are overridden by a command line argument. For example, to provide an ``email``
field, you can use ``DJANGO_SUPERUSER_EMAIL`` environment variable.
-.. versionchanged:: 3.0
-
- Support for using ``DJANGO_SUPERUSER_PASSWORD`` and
- ``DJANGO_SUPERUSER_<uppercase_field_name>`` environment variables was added.
-
.. django-admin-option:: --noinput, --no-input
Suppresses all user prompts. If a suppressed prompt cannot be resolved
@@ -1825,8 +1805,6 @@ colored output to another command.
.. django-admin-option:: --skip-checks
-.. versionadded:: 3.0
-
Skips running system checks prior to running the command. This option is only
available if the
:attr:`~django.core.management.BaseCommand.requires_system_checks` command