Undocumented
Class | AmbiguityError |
More than one migration matches a name prefix. |
Class | BadMigrationError |
There's a bad migration (unreadable/bad format/etc.). |
Class | CircularDependencyError |
There's an impossible-to-resolve circular dependency. |
Class | InconsistentMigrationHistory |
An applied migration has some of its dependencies not applied. |
Class | InvalidBasesError |
A model's base classes can't be resolved. |
Class | InvalidMigrationPlan |
Undocumented |
Class | IrreversibleError |
An irreversible migration is about to be reversed. |
Class | MigrationSchemaMissing |
Undocumented |
Class | NodeNotFoundError |
An attempt on a node is made that is not available in the graph. |