Class DummyNode
A node that doesn't correspond to a migration file on disk. (A squashed migration that was removed, for example.)
Declaration
source linkDocumentation
After the migration graph is processed, all dummy nodes should be removed.
If there are any left, a nonexistent dependency error is raised.
Methods
▶ def __init__(self, key, origin, error_message) override
Inherited methods