We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be so nice to find a "migrate from django-mptt" section in the docs!
The text was updated successfully, but these errors were encountered:
That's an excellent idea!
This is a related issue: feincms/feincms3#2
My current thinking is:
position
position = tree_id * 100000 + lft
ordering = ["position"]
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.
Sorry, something went wrong.
@matthiask hi, as i understand your idea i did it smth u can check #74.
No branches or pull requests
It would be so nice to find a "migrate from django-mptt" section in the docs!
The text was updated successfully, but these errors were encountered: