Hey guys, Was wondering if you could help me figure this out...
I've got a class in a model that implements MP_Node from treebeard: http://dpaste.com/481579/ When I tag something and send the tag request to the API I want to create a new tag interaction (root node) as defined in the following handler. Piston handler: http://dpaste.com/481577/ The idea is, when no parent node is passed in that I want to create a new tree for possible interactions that happen on that first tag. A first tag is a new tree of interactions here. (the parent passing in part isn't implemented yet so everything is a new tree at the moment) Why is it that the first tag goes ok and subsequent tags are met with the following error: http://dpaste.com/481583/ Can you only add one root? I've checked the arguments I've passed in and none are defined as None and each have an id. I've been looking at the examples and it seems like you can have many roots. I would like to have a new root (tree) for each first tag on a given page for a given piece of content. Please let me know. Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.