mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #25604 -- Added makemigrations --check option.
Command exits with non-zero status if changes without migrations exist.
This commit is contained in:
parent
a7bb5af50b
commit
3c7d2ee881
5 changed files with 54 additions and 8 deletions
|
@ -104,6 +104,11 @@ details on these changes.
|
|||
``django.template.base.StringOrigin`` aliases for
|
||||
``django.template.base.Origin`` will be removed.
|
||||
|
||||
See the :ref:`Django 1.10 release notes <deprecated-features-1.10>` for more
|
||||
details on these changes.
|
||||
|
||||
* The ``makemigrations --exit`` option will be removed.
|
||||
|
||||
.. _deprecation-removed-in-1.10:
|
||||
|
||||
1.10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue