diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-06 08:09:58 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 490cccbe7e83874923b276eed26cc23b0db5ebb9 (patch) | |
| tree | 12faeff64b1a0f973a9ce3535a0e8635a9dab074 /docs/ref/django-admin.txt | |
| parent | ea92a4dc2879e084b46d9b141c0a535d536be2e6 (diff) | |
Removed versionadded/changed annotations for 4.1.
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 5e52fc282e..0874587325 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -715,8 +715,6 @@ migrations are detected. .. django-admin-option:: --scriptable -.. versionadded:: 4.1 - Diverts log output and input prompts to ``stderr``, writing only paths of generated migration files to ``stdout``. @@ -805,8 +803,6 @@ detected. .. django-admin-option:: --prune -.. versionadded:: 4.1 - Deletes nonexistent migrations from the ``django_migrations`` table. This is useful when migration files replaced by a squashed migration have been removed. See :ref:`migration-squashing` for more details. @@ -814,8 +810,6 @@ See :ref:`migration-squashing` for more details. ``optimizemigration`` --------------------- -.. versionadded:: 4.1 - .. django-admin:: optimizemigration app_label migration_name Optimizes the operations for the named migration and overrides the existing @@ -1961,8 +1955,6 @@ See :doc:`/howto/custom-management-commands` for how to add customized actions. Black formatting ---------------- -.. versionadded:: 4.1 - The Python files created by :djadmin:`startproject`, :djadmin:`startapp`, :djadmin:`optimizemigration`, :djadmin:`makemigrations`, and :djadmin:`squashmigrations` are formatted using the ``black`` command if it is |
