File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.1.0 (2014-11-18)
2+ ==================
3+
4+ Bug Fixes
5+ ---------
6+
7+ - Fix concurrency issue with multiple session (#36)
8+ - Flushing the session now expire the instance and it's children (#33)
9+
1100.0.9 (2014-10-09)
211==================
312
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ Contributors
22------------
33- Dmitry Svintsov, 2014/04/16
44- Jonathan Stoppani, 2014/08/11
5+ - Fayaz Yusuf Khan, 2014/10/10
Original file line number Diff line number Diff line change 1010from .mixins import BaseNestedSets
1111from .events import TreesManager
1212
13- __version__ = "0.0.9 "
13+ __version__ = "0.1.0 "
1414__mixins__ = [BaseNestedSets ]
1515__all__ = ['BaseNestedSets' , 'mptt_sessionmaker' ]
1616
You can’t perform that action at this time.
0 commit comments