From f7389c4b07ceeb036436e065898e411b247bca78 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 8 Nov 2023 22:29:07 +0000 Subject: Fixed #34457 -- Restored output for makemigrations --check. Co-authored-by: David Sanders Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 86cac790fa..7f3fa271c8 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``. .. django-admin-option:: --scriptable -- cgit v1.3