tcms.core.management.commands.migrations_order module¶
-
class
tcms.core.management.commands.migrations_order.
Command
(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶ Bases:
django.core.management.commands.migrate.Command
Uses migrate –plan to avoid duplicating the internals.
-
handle
(**kwargs)¶
-
help
= 'List the order in which migrations will be applied. Useful for testing & rollback!'¶
-