mazurin wrote:

>    if request.POST:
>        new_data = request.POST.copy()
>
>        #### WHERE SHOULD THIS FUNCTIONALITY GO? #####
>        moveOK = moveNode(item.id, new_data['parent'])
>
>        errors = manipulator.get_validation_errors(new_data)
>  
>
Is it necessery that moveNode is called before get_validation_errors? If 
not, I think this should go into manipulator.save(). If yes, why?

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to