diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 7c8ac29473..674ce67f9a 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -755,9 +755,6 @@ Enables fixing of migration conflicts. Allows naming the generated migration(s) instead of using a generated name. -Makes ``makemigrations`` exit with error code 1 when no migrations are created -(or would have been created, if combined with ``--dry-run``). - .. django-admin-option:: --check Makes ``makemigrations`` exit with a non-zero status when model changes without