diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 10:16:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 11:00:10 -0400 |
| commit | 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 (patch) | |
| tree | 98e0f0cbec43f45ea36c09cafb97385bca028a9f /docs/ref/django-admin.txt | |
| parent | 1cbd3d7874a4887fa2a6d7ef582defc388429b97 (diff) | |
Removed versionadded/changed annotations for 2.0.
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 3464fdbe37..4916a8c623 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -240,8 +240,6 @@ compare against Django's default settings. .. django-admin-option:: --output {hash,unified} -.. versionadded:: 2.0 - Specifies the output format. Available values are ``hash`` and ``unified``. ``hash`` is the default mode that displays the output that's described above. ``unified`` displays the output similar to ``diff -u``. Default settings are @@ -437,8 +435,6 @@ Specifies a single app to look for fixtures in rather than looking in all apps. .. django-admin-option:: --format FORMAT -.. versionadded:: 2.0 - Specifies the :ref:`serialization format <serialization-formats>` (e.g., ``json`` or ``xml``) for fixtures :ref:`read from stdin <loading-fixtures-stdin>`. @@ -582,8 +578,6 @@ specify you want to load data into the ``master`` database. Loading fixtures from ``stdin`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. versionadded:: 2.0 - You can use a dash as the fixture name to load input from ``sys.stdin``. For example:: @@ -695,8 +689,6 @@ understand each message's context. .. django-admin-option:: --add-location [{full,file,never}] -.. versionadded:: 2.0 - Controls ``#: filename:line`` comment lines in language files. If the option is: @@ -1130,8 +1122,6 @@ Suppresses all user prompts. .. django-admin-option:: --squashed-name SQUASHED_NAME -.. versionadded:: 2.0 - Sets the name of the squashed migration. When omitted, the name is based on the first and last migration, with ``_squashed_`` in between. |
