class NonInteractiveMigrationQuestioner(MigrationQuestioner):
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 |