(self, app_label, state)
| 391 | return (self.__class__.__qualname__, [], kwargs) |
| 392 | |
| 393 | def state_forwards(self, app_label, state): |
| 394 | state.remove_model(app_label, self.name_lower) |
| 395 | |
| 396 | def database_forwards(self, app_label, schema_editor, from_state, to_state): |
| 397 | model = from_state.apps.get_model(app_label, self.name) |