Versions releases 0.1.x¶
0.1.9 (2015-09-24)¶
add option
removetosqlalchemy.events.TreesManager.register_mapper
0.1.8 (2015-09-14)¶
add method
_base_query_obj
0.1.7 (2015-08-18)¶
add method
path_to_root(see #46)add data integrity tests
0.1.6 (2015-07-03)¶
fix bug with
get_treewhen no rows in database.
0.1.5 (2015-06-25)¶
Add drilldown_tree method (see #41)
Add custom
queryatribute toget_treemethod
0.1.4 (2015-06-19)¶
delete method
get_pk_with_class_name
Bug Fixes¶
fix
_get_tree_tablefunction for inheritance models
0.1.3 (2015-06-17)¶
Add test for swap trees
rename
get_pkmethod toget_pk_namerename
get_db_pkmethod toget_pk_columnrename
get_class_pkmethod toget_pk_with_class_name
Bug Fixes¶
Fix order of elements in tree
0.1.2 (2015-04-22)¶
Bug Fixes¶
Fix MANIFEST.in file
Deprecation¶
Delete
BaseNestedSets.register_treemethodDelete
BaseNestedSets.get_tree_recursivelymethod
0.1.1 (2015-04-21)¶
Features¶
Add test for rst docs and migrate on new itcase_sphinx_theme (#40)
Bug Fixes¶
Remove recursion from BaseNestedSets.get_tree method (#39)
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)
0.0.9 (2014-10-09)¶
Add MANIFEST.in
New docs
fixes in setup.py
0.0.8 (2014-08-15)¶
Add CONTRIBUTORS.txt
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)
0.0.7 (2014-08-04)¶
Add LICENSE.txt
Bug Fixes¶
fix get_db_pk function
0.0.6 (2014-07-31)¶
Bug Fixes¶
Allow the primary key to not be named “id” #20. See https://github.com/uralbash/sqlalchemy_mptt/issues/20