django
API Documentation
Modules
Classes
Names
django
.
utils
.
tree
Toggle Private API
module documentation
A class for storing a tree graph. Primarily used for filter constructs in the ORM.
Class
Node
A single internal node in the tree graph. A Node should be viewed as a connection (the root) with the children being either leaf nodes or other Node instances.