Re: generic ModifiedPreorderTreeTraversal app

2006-07-27 Thread nkeric
Cheng Zhang wrote: > Great. > If you get time, I suggest you update the wiki page accordingly. ok, I'll do that soon. plus, a bug fix to the views.py in the node_tree method, the node_list line should add an order_by('lft') to it: node_list = Node.objects.filter(tree_id__exact=root.tree_id, lf

Re: generic ModifiedPreorderTreeTraversal app

2006-07-26 Thread Cheng Zhang
Great. If you get time, I suggest you update the wiki page accordingly. - Cheng Zhang On Jul 27, 2006, at 12:05 PM, nkeric wrote: > hi all, > > Base upon Julio's mptt-0.9 which handles nested contents: > > http://code.djangoproject.com/wiki/ModifiedPreorderTreeTraversal > > I made this more "ge

generic ModifiedPreorderTreeTraversal app

2006-07-26 Thread nkeric
hi all, Base upon Julio's mptt-0.9 which handles nested contents: http://code.djangoproject.com/wiki/ModifiedPreorderTreeTraversal I made this more "generic" version mptt-0.95, from the README: [snip] orignal mptt readme [/snip] Follow up by me === First of all, ***BIG Thanks**