A basic admin class that displays tree items according to their position in the tree. No extra editing functionality beyond what Django admin normally offers.
Deletes multiple instances and makes sure the MPTT fields get recalculated properly. (Because merely doing a bulk delete doesn’t trigger the post_delete hooks.)
alias of MPTTAdminForm
Changes the default ordering for changelists to tree-order.