[eluser]Mirage[/eluser]
Something else I'm grappling with on my many-to-many relations.
As you know I've worked up this magnificent MPTT extension. On simple relations all that's needed to use it is a lft and rgt column in the table. I'm trying to find a way to make this extension work on a join table.
Since join tables don't create their own objects, it's not clear to me if or how this is possible at all.
I could see creating an independent model that works against the join table perhaps. But it's unclear to me how I would reference objects in the relation.
Basically the task is to keep items in the join table in a fixed order.