Class DummyNode

A node that doesn't correspond to a migration file on disk. (A squashed migration that was removed, for example.)

Declaration

class DummyNode(Node)
source link

Documentation

After the migration graph is processed, all dummy nodes should be removed.
If there are any left, a nonexistent dependency error is raised.

Methods

Inherited methods