Hi Brian
MPTT is specifically for dealing with trees, which means each node can only have one parent.
You may need to either change your model somewhat, or look at using a graph database.
Apologies for the late reply, just saw the pending message on google groups.
Craig
On Sat, Nov 3, 2012 at 1:25 AM, Brian Hicks
<thereal...@gmail.com> wrote:
Hi,
I'm trying to use django-mptt for multiple parents in the tree. It seems that TreeManyToManyField would satisfy this, but I can't find any documentation about it. My understanding of the MPTT algorithm is that this might screw everything up pretty badly as well. Is this the way to go?