add latest pymongo 3.9 as part of the CI

This commit is contained in:
Bastien Gérard
2019-10-04 21:30:32 +02:00
parent 02a920feea
commit e3cd553f82
4 changed files with 15 additions and 18 deletions

View File

@@ -1639,6 +1639,7 @@ class BaseQuerySet(object):
).find(self._query, **self._cursor_args)
else:
self._cursor_obj = self._collection.find(self._query, **self._cursor_args)
# Apply "where" clauses to cursor
if self._where_clause:
where_clause = self._sub_js_fields(self._where_clause)