Hi,
At the bottom of your traceback:
> * /root/vulcano/jhonWeb/news/manipulators.py in complete
> 35.
> 36. for tagId in data.getlist('tags'):
> 37. tag=Tag.objects.filter(id=tagId)[0]
> 38. tag.parentTag = Tag.objects.get_or_create(value='Noticias')
> [0]
> 39. tag.news_set.add(new)
> 40. import pdb
> 41. pdb.set_trace()
> 42. tag.save()
>
Looks like your manipulators.py has a pdb.set_trace() in. That's
causing the problem.
Cheers,
Dan
--
Dan Fairs <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---