>From [1]: "You can also delete objects in bulk. Every QuerySet has a delete() method, which deletes all members of that QuerySet."
This suggests that there is a Queryset.delete() method for bulk deletion, but this method is not documented at [2]. Is there any reason for this? Thanks! [1] http://docs.djangoproject.com/en/dev/topics/db/queries/#topics-db-queries-delete [2] http://docs.djangoproject.com/en/dev/ref/models/querysets/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---