From 8eba6efbf08d3fe5d64bd92948c2c86ab4f07608 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 8 Nov 2023 22:29:07 +0000 Subject: [5.0.x] Fixed #34457 -- Restored output for makemigrations --check. Co-authored-by: David Sanders Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Backport of f7389c4b07ceeb036436e065898e411b247bca78 from main --- 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 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 -- cgit v1.3