MCPcopy
hub / github.com/tortoise/tortoise-orm / IncompatibleStateError

Class IncompatibleStateError

tortoise/migrations/exceptions.py:5–6  ·  view source on GitHub ↗

Raised when a migration operation can't be executed on a given State.

Source from the content-addressed store, hash-verified

3
4
5class IncompatibleStateError(TortoiseMigrationError):
6 """Raised when a migration operation can't be executed on a given State."""

Callers 13

get_model_stateMethod · 0.90
state_forwardMethod · 0.90
state_forwardMethod · 0.90
state_forwardMethod · 0.90
state_forwardMethod · 0.90
state_forwardMethod · 0.90
state_forwardMethod · 0.90
_find_indexMethod · 0.90
state_forwardMethod · 0.90
_resolve_old_indexMethod · 0.90
_resolve_new_indexMethod · 0.90
_resolve_constraintMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…