Releases: uralbash/sqlalchemy_mptt
Releases · uralbash/sqlalchemy_mptt
mptt v0.1.1
It's improve speed in get_tree
method see #39 issue
mptt v0.1.0
Especial thanks @fayazkhan
0.1.0 (2014-11-18)
Bug Fixes
- Fix concurrency issue with multiple session (#36)
- Flushing the session now expire the instance and it's children (#33)
mptt v0.0.9
0.0.9 (2014-10-09)
- Add MANIFEST.in
- New docs
- fixes in setup.py
mptt v0.0.8
Many thanks to @GaretJax
0.0.8 (2014-08-15)
Features
- Automatically register tree classes enhancement (#28)
- Added support polymorphic tree models (#24)
Bug Fixes
- Fix expire left/right attributes of parent somewhen after the
before_insert
event (#30)
- Fix tree_id is incorrectly set to an existing tree if no parent is set (#23)
- Fix package is not installable if sqlalchemy is not (yet) installed (#22)
mptt v0.0.7
0.0.7 (2014-08-04)
Bug Fixes
mptt v0.0.6
0.0.6 (2014-07-31)
Bug Fixes
- Allow the primary key to not be named "id" #20. See #20