core.management.BaseCommand.requires_migrations_checks

BaseCommand.requires_migrations_checks

New in Django 1.10.

A boolean; if True, the command prints a warning if the set of migrations on disk don’t match the migrations in the database. A warning doesn’t prevent the command from executing. Default value is False.

doc_Django
2016-10-09 18:34:56
Comments
Leave a Comment

Please login to continue.