March 2020
Intermediate to advanced
608 pages
17h 17m
English
The MPTTModel mixin will add the tree_id, lft, rght, and level fields to the Category model:
Through the order_insertion_by meta option specific to MPTT, we ensure that when new categories are added, they stay in alphabetical order by title.
Besides new fields, the MPTTModel mixin adds methods to navigate through the tree structure similar to how you navigate through DOM elements using JavaScript. These methods are as follows: ...
Read now
Unlock full access