File tree Expand file tree Collapse file tree 6 files changed +48
-41
lines changed Expand file tree Collapse file tree 6 files changed +48
-41
lines changed Original file line number Diff line number Diff line change 1+ 0.2.1 (2016-01-23)
2+ ================== 
3+ 
4+ see PR #51
5+ 
6+ - fix of index columns names
7+ 
180.2.0 (2015-11-13)
29================== 
310
@@ -6,40 +13,3 @@ see PR #50
613- Changed ``parent_id `` to dynamically match the type of the primary_key
714- exposed drilldown_tree's logic and path_to_root's logic as both instance and
815  class level method
9- 
10- 0.1.9 (2015-09-24)
11- ================== 
12- 
13- - add option ``remove `` to ``sqlalchemy.events.TreesManager.register_mapper ``
14- 
15- 0.1.8 (2015-09-14)
16- ================== 
17- 
18- - add method ``_base_query_obj ``
19- 
20- 0.1.7 (2015-08-18)
21- ================== 
22- 
23- - add method ``path_to_root `` (see #46)
24- - add data integrity tests
25- 
26- 0.1.6 (2015-07-03)
27- ================== 
28- 
29- - fix bug with ``get_tree `` when no rows in database.
30- 
31- 0.1.5 (2015-06-25)
32- ================== 
33- 
34- - Add drilldown_tree method (see #41)
35- - Add custom ``query `` atribute to ``get_tree `` method
36- 
37- 0.1.4 (2015-06-19)
38- ================== 
39- 
40- - delete method ``get_pk_with_class_name ``
41- 
42- Bug Fixes
43- --------- 
44- 
45- - fix ``_get_tree_table `` function for inheritance models
Original file line number Diff line number Diff line change 1+ 0.1.9 (2015-09-24)
2+ ================== 
3+ 
4+ - add option ``remove `` to ``sqlalchemy.events.TreesManager.register_mapper ``
5+ 
6+ 0.1.8 (2015-09-14)
7+ ================== 
8+ 
9+ - add method ``_base_query_obj ``
10+ 
11+ 0.1.7 (2015-08-18)
12+ ================== 
13+ 
14+ - add method ``path_to_root `` (see #46)
15+ - add data integrity tests
16+ 
17+ 0.1.6 (2015-07-03)
18+ ================== 
19+ 
20+ - fix bug with ``get_tree `` when no rows in database.
21+ 
22+ 0.1.5 (2015-06-25)
23+ ================== 
24+ 
25+ - Add drilldown_tree method (see #41)
26+ - Add custom ``query `` atribute to ``get_tree `` method
27+ 
28+ 0.1.4 (2015-06-19)
29+ ================== 
30+ 
31+ - delete method ``get_pk_with_class_name ``
32+ 
33+ Bug Fixes
34+ --------- 
35+ 
36+ - fix ``_get_tree_table `` function for inheritance models
37+ 
1380.1.3 (2015-06-17)
239================== 
340
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ Contributors
55- Jonathan Stoppani, 2014/08/11
66- Fayaz Yusuf Khan, 2014/10/10
77- Greg Klupar, 2015/11/13
8+ - Jiri Kuncar, 2016/01/20
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ Indices and tables
4949* :ref: `modindex `
5050* :ref: `search `
5151
52- .. _ps_tree : https://github.com/uralbash /ps_tree 
52+ .. _ps_tree : https://github.com/sacrud /ps_tree 
5353.. _pyramid_pages : https://github.com/uralbash/pyramid_pages 
Original file line number Diff line number Diff line change 11sqlalchemy_mptt
2- itcase_sphinx_theme>=0.1.8 
2+ itcase_sphinx_theme>=0.2.0 
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(name):
1010
1111setup (
1212    name = 'sqlalchemy_mptt' ,
13-     version = '0.2.1.dev0 ' ,
13+     version = '0.2.1' ,
1414    url = 'http://github.com/uralbash/sqlalchemy_mptt/' ,
1515    author = 'Svintsov Dmitry' ,
1616@@ -34,7 +34,6 @@ def read(name):
3434        "Programming Language :: Python :: 2.6" ,
3535        "Programming Language :: Python :: 2.7" ,
3636        "Programming Language :: Python :: 3" ,
37-         "Programming Language :: Python :: 3.2" ,
3837        "Programming Language :: Python :: 3.3" ,
3938        "Programming Language :: Python :: 3.4" ,
4039        "Programming Language :: Python :: 3.5" ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments