uralbash / sqlalchemy_mptt

SQLAlchemy nested sets mixin (MPTT)
http://sqlalchemy-mptt.readthedocs.io
MIT License
196 stars 32 forks source link

Allow to specify ordering of path_to_root #61

Closed ticosax closed 5 years ago

ticosax commented 5 years ago

Useful to generate a breadcrumb e.g:

/root/child/grand-child
coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.001%) to 99.563% when pulling 4dd2fd695ba4150282579bff30e665fb547e94ab on ticosax:path_to_root_reverse into 3f92bb73b130051bbe600af146b805f86bf75366 on uralbash:master.

uralbash commented 5 years ago

Thanks a lot! I have released a version 0.2.4 available on PyPi

ticosax commented 5 years ago

That's nice, thank you very much for the speed!