Merge pull request #2174 from bagerard/upgrade_latest_pymongo_travis

add latest pymongo 3.9 as part of the CI
This commit is contained in:
Bastien Gérard
2019-10-28 21:22:00 +01:00
committed by GitHub
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)