returnself._boolean_input("Did you rename %s.%s to %s.%s (a %s)? [y/N]"%(model_name,old_name,model_name,new_name,field_instance.__class__.__name__),False)
returnself._boolean_input("Did you rename %s.%s to %s.%s (a %s)? [y/N]"%(model_name,old_name,model_name,new_name,field_instance.__class__.__name__),False)
defask_merge(self,app_label):
returnself._boolean_input(
"\nMerging will only work if the operations printed above do not conflict\n"+
"with each other (working on different fields or models)\n"+
"Do you want to merge these migration branches? [y/N]",