uralbash / sqlalchemy_mptt

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

Support polymorphic tree models #24

Closed GaretJax closed 10 years ago

GaretJax commented 10 years ago

Implementing trees where nodes can be inherited (using joined table inheritance, in my case) is currently not supported and raises different errors.

It would be great if node classes could be extended and loaded polymorphically.