Initial mptt commit. Implements a much more efficient get_with_path method for TreeMa...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 12 Nov 2010 19:10:01 +0000 (14:10 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 12 Nov 2010 19:10:01 +0000 (14:10 -0500)
commitbeb034eda30e8af8a169c4d43c5aba83812337e4
tree0234b4aaa0468ec00b9be0f19277099ede06d6b9
parentd6479a69e07aa3b6756228159d80693aa619b6f8
Initial mptt commit. Implements a much more efficient get_with_path method for TreeManager, optimized with mptt features. Also increases efficiency of TreeModel.get_path(). mptt admin features to come.
migrations/0009_auto__add_field_node_lft__add_field_node_rght__add_field_node_tree_id_.py [new file with mode: 0644]
models/base.py