diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 08:52:42 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:01 -0500 |
| commit | e0910dcc9283cd8f782cb97836c291f6f395f3f0 (patch) | |
| tree | 89310a2e660510adf218328cd8b7151ed0fb6c97 /docs/ref | |
| parent | ff419de263138e905dff44c5cb806310c70f32aa (diff) | |
Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 47cff8e8c6..2a70803640 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -704,12 +704,6 @@ Enables fixing of migration conflicts. Allows naming the generated migration(s) instead of using a generated name. -.. django-admin-option:: --exit, -e - -.. deprecated:: 1.10 - - Use the ``--check`` option instead. - Makes ``makemigrations`` exit with error code 1 when no migrations are created (or would have been created, if combined with ``--dry-run``). |
