django CMS was a heavy user of django-mptt until 2015, when they switched to django-treebeard because of the problems mentioned. ↩
That’s probably colored by hindsight and wasn’t completely worked out at the time. ↩
The only recent change improves performance on PostgreSQL by going back to using integers directly instead of casting them to ::text
if it isn’t necessary. ↩