feincms / django-tree-queries

Adjacency-list trees for Django using recursive common table expressions. Supports PostgreSQL, sqlite, MySQL and MariaDB.
https://django-tree-queries.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
433 stars 27 forks source link

Migration from django-mptt #3

Open claudep opened 4 years ago

claudep commented 4 years ago

It would be so nice to find a "migrate from django-mptt" section in the docs!

matthiask commented 4 years ago

That's an excellent idea!

This is a related issue: https://github.com/matthiask/feincms3/issues/2

My current thinking is:

... and things should just work from there.

Now, I (or someone) should verify that this works and then write the docs for it.

CoderMungan commented 3 months ago

@matthiask hi, as i understand your idea i did it smth u can check #74.