Thank very much, but I don't know what's happen.....
I execute the next code and it's doing nothing :

if request.POST.get('usuariosDelete','')!='':
        for i in request.POST.getlist('usuarios'):
                usuario=User.objects.get(id=i)
                datos.usuarios.remove(usuario)

-- 
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.

Reply via email to