vestronge

Results 1 issues of vestronge

Versions ``` txmongo==19.2.0 pymongo==3.0.3 ``` The `insert_many` method of `txmongo.collection.Collection` uses ``` bulk = _Bulk(self, ordered, bypass_document_validation=False) ``` But the `_Bulk` method in `pymongo 3.0.3` doesn't have the argument `bypass_document_validation`...