Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.

This commit is contained in:
Tim Graham 2016-12-31 08:52:42 -05:00
parent ff419de263
commit e0910dcc92
5 changed files with 4 additions and 39 deletions

View file

@ -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``).