mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.
This commit is contained in:
parent
ff419de263
commit
e0910dcc92
5 changed files with 4 additions and 39 deletions
|
@ -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``).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue