Raised when a migration operation can't be executed on a given State.
| 3 | |
| 4 | |
| 5 | class IncompatibleStateError(TortoiseMigrationError): |
| 6 | """Raised when a migration operation can't be executed on a given State.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…