Class MigrationQuestioner
 Give the autodetector responses to questions it might have. This base class has a built-in noninteractive mode, but the interactive subclass is what the command-line arguments will use. 
Declaration
class MigrationQuestioner
source linkDocumentation
Methods
▷ def __init__(self, defaults=None, specified_apps=None, dry_run=None)  Overrides
This method is overriden in:
▷ def ask_initial(self, app_label)  Should we create an initial migration for the app? 
 ▶ def ask_merge(self, app_label)  Do you really want to merge these migrations? 
 Overrides
This method is overriden in:
Overrides
This method is overriden in:
Overrides
This method is overriden in:
▶ def ask_rename(self, model_name, old_name, new_name, field_instance)  Was this field really renamed? 
 Overrides
This method is overriden in:
▶ def ask_rename_model(self, old_model_state, new_model_state)  Was this model really renamed? 
 Overrides
This method is overriden in:
Subclasses
Reexports