diff options
| author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2018-01-20 07:44:09 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-01-20 10:45:10 -0500 |
| commit | b749c356189202541e815a78eb09575e25aafd45 (patch) | |
| tree | f40aff3b5337aabd3a866cc6e86b486c80cdeb69 | |
| parent | c881c4f1f8c5440cad4bed8bb747ca0a4a3ea88b (diff) | |
[2.0.x] Refs #25604 -- Removed docs for makemigrations --exit.
Follow up to e0910dcc9283cd8f782cb97836c291f6f395f3f0.
Backport of b98dc1706e9c63a4cc7d061a3d8a95f6cbf5e950 from master
| -rw-r--r-- | docs/ref/django-admin.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
