#682: Unify work with output in classic and instant mode
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
def match(command):
|
||||
return 'manage.py' in command.script and \
|
||||
'migrate' in command.script \
|
||||
and '--merge: will just attempt the migration' in command.stderr
|
||||
and '--merge: will just attempt the migration' in command.output
|
||||
|
||||
|
||||
def get_new_command(command):
|
||||
|
||||
Reference in New Issue
Block a user