finalize code related to count_documents migration
This commit is contained in:
@@ -6,6 +6,9 @@ Changelog
|
||||
Development
|
||||
===========
|
||||
- (Fill this out as you fix issues and develop your features).
|
||||
- When using pymongo >= 3.7, make use of Collection.count_documents instead of Collection.count
|
||||
and Cursor.count that got deprecated in pymongo >= 3.7.
|
||||
This should have a negative impact on performance of count see Issue #2219
|
||||
|
||||
Changes in 0.19.1
|
||||
=================
|
||||
|
||||
Reference in New Issue
Block a user