Hi,
I'm debugging a script which causes errors when trying to delete
objects.
Concerned code is:

Event.objects.filter(created_on__lte=date).delete()

I have the following result:

updating resource 36 with state : 4

Sometimes it works and returns a code: 3

I've checked on 
http://docs.djangoproject.com/en/dev/topics/db/queries/#topics-db-queries-delete
to obtain more information on return codes, without success. Where
should I look?

Thanks.

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