Open claudep opened 4 years ago
That's an excellent idea!
This is a related issue: https://github.com/matthiask/feincms3/issues/2
My current thinking is:
position
fieldposition = tree_id * 100000 + lft
ordering = ["position"]
set in its class Meta:
... and things should just work from there.
Now, I (or someone) should verify that this works and then write the docs for it.
@matthiask hi, as i understand your idea i did it smth u can check #74.
It would be so nice to find a "migrate from django-mptt" section in the docs!