Merge pull request #2413 from bagerard/dynamic_document_parsing_known_fields

Bug fix in DynamicDocument which is not parsing known fields
This commit is contained in:
Bastien Gérard
2020-11-08 13:17:07 +01:00
committed by GitHub
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