Bug fix in DynamicDocument which isn not parsing known fields in constructor like Document do #2412

This commit is contained in:
Bastien Gérard
2020-11-07 21:09:47 +01:00
parent ee664f0c90
commit 03af784ebe
3 changed files with 28 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).
- Bug fix in DynamicDocument which isn not parsing known fields in constructor like Document do #2412
- 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