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,
lft__range=(root.lft, root.rght)).order_by('lft')
otherwise the tree doesn't diplay correctly :p
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---