django-mptt #832
Unanswered
bckohan
asked this question in
Integrations
django-mptt
#832
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The author of django-mptt encourages the use of django-tree-queries instead and claims to no longer maintain django-mptt despite recent updates. The old advice for using polymorphic models with django-mptt is as follows:
Combining polymorphic with django-mptt is certainly possible, but not straightforward.
It involves combining both managers, querysets, models, meta-classes and admin classes
using multiple inheritance.
The django-polymorphic-tree package provides this out of the box.
Beta Was this translation helpful? Give feedback.
All reactions