first adaptations after comments and find-outs

This commit is contained in:
mrigal
2015-04-09 10:57:19 +02:00
committed by Matthieu Rigal
parent 46817caa68
commit ccbd128fa2
4 changed files with 13 additions and 12 deletions

View File

@@ -424,8 +424,6 @@ class BaseQuerySet(object):
if call_document_delete:
cnt = 0
for doc in queryset:
# How the fuck did this worked before ???
# doc.delete(write_concern=write_concern)
doc.delete(**write_concern)
cnt += 1
return cnt