MPTT 0.1.1 release

Added by Mathew Davies over 3 years ago

Started to rewrite some of the functionality provided from 0.1 to make it more usable.

Rewritten
  • root
New
  • subtree
  • drop_subtree
  • leaf_nodes
The following functions still need a rewrite
  • add_child

I'm also planning to add a move_to function which will move the node and all it's descendants to another node.


Comments