We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507a66f commit cb11357Copy full SHA for cb11357
CHANGES.rst
@@ -1,3 +1,9 @@
1
+0.1.5 (2015-06-25)
2
+==================
3
+
4
+- Add drilldown_tree method (see #41)
5
+- Add custom ``query`` atribute to ``get_tree`` method
6
7
0.1.4 (2015-06-19)
8
==================
9
sqlalchemy_mptt/__init__.py
@@ -10,7 +10,7 @@
10
from .mixins import BaseNestedSets
11
from .events import TreesManager
12
13
-__version__ = "0.1.4"
+__version__ = "0.1.5"
14
__mixins__ = [BaseNestedSets]
15
__all__ = ['BaseNestedSets', 'mptt_sessionmaker']
16
0 commit comments