Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▸ backends
▾ migrations
▸ autodetector
▸ exceptions
▸ executor
▾ graph
class
DummyNode
class
MigrationGraph
class
Node
▸ loader
▸ migration
▸ operations
▸ optimizer
▸ questioner
▸ recorder
▸ serializer
▸ state
▸ utils
▸ writer
▸ models
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class Node
django
.
db
.
migrations
.
graph
.
Node
A single node in the migration graph. Contains direct links to adjacent nodes in either direction.
Declaration
@total_ordering
class
Node
source
link
Documentation
Methods
▷
def
__eq__
(
self, other
)
source
link
▷
def
__getitem__
(
self, item
)
source
link
▷
def
__hash__
(
self
)
source
link
▶
def
__init__
(
self, key
)
source
link
Overrides
This method is overriden in:
django
.
db
.
migrations
.
graph
.
DummyNode
▷
def
__lt__
(
self, other
)
source
link
▷
def
__repr__
(
self
)
source
link
▷
def
__str__
(
self
)
source
link
▷
def
add_child
(
self, child
)
source
link
▷
def
add_parent
(
self, parent
)
source
link
Subclasses
django
.
db
.
migrations
.
graph
.
DummyNode
Generated by
nedoc
v0.9 at 2020-12-29 14:04