summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2018-01-20 07:44:09 -0800
committerTim Graham <timograham@gmail.com>2018-01-20 10:44:09 -0500
commitb98dc1706e9c63a4cc7d061a3d8a95f6cbf5e950 (patch)
treee2d122576b58ead64a1b169b6fe3dba8a9cb77ae /docs
parent7fbb1bd00d8a3e9a834de83d36ebcbff15c18938 (diff)
Refs #25604 -- Removed docs for makemigrations --exit.
Follow up to e0910dcc9283cd8f782cb97836c291f6f395f3f0.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 66d08e7202..61037894cb 100644
--- a/docs/ref/django-admin.txt
+++ b/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