Merge branch 'master' into draft_v017

This commit is contained in:
Erdenezul Batmunkh
2019-03-10 22:22:29 +08:00
3 changed files with 12 additions and 1 deletions

View File

@@ -757,7 +757,7 @@ class BaseQuerySet(object):
'_read_preference', '_iter', '_scalar', '_as_pymongo',
'_limit', '_skip', '_hint', '_auto_dereference',
'_search_text', 'only_fields', '_max_time_ms',
'_comment')
'_comment', '_batch_size')
for prop in copy_props:
val = getattr(self, prop)