diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-11 09:57:44 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-18 22:12:40 +0200 |
| commit | 295467c04ab4c26a1a9d3798b1e941003fa116cf (patch) | |
| tree | eac57d86bd2c1664b63d17a4325cfffbf720ae44 /docs/ref/django-admin.txt | |
| parent | 590a31eb105292510ce94adebc85d691b30f49ca (diff) | |
Removed versionadded/changed annotations for 4.2.
This also removes remaining versionadded/changed annotations for older
versions.
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 7 |
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. |
