Is it possible to rebuild a single tree?

52 Views Asked by At

I can only find documentation for Model.objects.rebuild() which rebuilds all trees.

What if I wanted to rebuild a single tree? Is that possible?

If it's not possible - does that mean using move_node or insert_node results in rebuilding for all trees?

1

There are 1 best solutions below

0
Chris On