(self)
| 368 | self.options = options |
| 369 | |
| 370 | def describe(self) -> str: |
| 371 | return f"Alter options for {self.name}" |
| 372 | |
| 373 | def state_forward(self, app_label: str, state: State) -> None: |
| 374 | model_state = self.get_model_state(state, app_label, self.name) |
nothing calls this directly
no outgoing calls
no test coverage detected