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.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index d63c049b0b..eb77e2a17d 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -744,11 +744,6 @@ Generate migration files without Django version and timestamp header.
Makes ``makemigrations`` exit with a non-zero status when model changes without
migrations are detected.
-.. versionchanged:: 4.2
-
- In older versions, the missing migrations were also created when using the
- ``--check`` option.
-
.. django-admin-option:: --scriptable
Diverts log output and input prompts to ``stderr``, writing only paths of
@@ -756,8 +751,6 @@ generated migration files to ``stdout``.
.. django-admin-option:: --update
-.. versionadded:: 4.2
-
Merges model changes into the latest migration and optimize the resulting
operations.