diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 | ||||
| -rw-r--r-- | docs/releases/4.2.8.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index ac19c5a8f8..f533aa11de 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -742,7 +742,7 @@ Generate migration files without Django version and timestamp header. .. django-admin-option:: --check Makes ``makemigrations`` exit with a non-zero status when model changes without -migrations are detected. +migrations are detected. Implies ``--dry-run``. .. versionchanged:: 4.2 diff --git a/docs/releases/4.2.8.txt b/docs/releases/4.2.8.txt index b8bf62cdc9..5804589408 100644 --- a/docs/releases/4.2.8.txt +++ b/docs/releases/4.2.8.txt @@ -9,4 +9,5 @@ Django 4.2.8 fixes several bugs in 4.2.7. Bugfixes ======== -* ... +* Fixed a regression in Django 4.2 that caused :option:`makemigrations --check` + to stop displaying pending migrations (:ticket:`34457`). |
