Browse Source

Refs #25604 -- Removed docs for makemigrations --exit.

Follow up to e0910dcc9283cd8f782cb97836c291f6f395f3f0.
Chris Jerdonek 7 years ago
parent
commit
b98dc1706e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      docs/ref/django-admin.txt

+ 0 - 3
docs/ref/django-admin.txt

@@ -751,9 +751,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