class documentation

class NonInteractiveMigrationQuestioner(MigrationQuestioner):

View In Hierarchy

Undocumented

Method ask​_auto​_now​_add​_addition Adding an auto_now_add field to a model.
Method ask​_not​_null​_addition Adding a NOT NULL field to a model.
Method ask​_not​_null​_alteration Changing a NULL field to NOT NULL.

Inherited from MigrationQuestioner:

Method __init__ Undocumented
Method ask​_initial Should we create an initial migration for the app?
Method ask​_merge Should these migrations really be merged?
Method ask​_rename Was this field really renamed?
Method ask​_rename​_model Was this model really renamed?
Instance Variable defaults Undocumented
Instance Variable dry​_run Undocumented
Instance Variable specified​_apps Undocumented
def ask_auto_now_add_addition(self, field_name, model_name):
Adding an auto_now_add field to a model.
def ask_not_null_addition(self, field_name, model_name):
def ask_not_null_alteration(self, field_name, model_name):