From 3f5a15d2367259d0b75bf16e291d762717a3834c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Wed, 11 Nov 2020 21:16:40 +0100 Subject: [PATCH] improve changelog --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 088aeba8..f8c59e74 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,11 +6,12 @@ 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 +- Bug fix in DynamicDocument which is 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 - Fix a bug that made the queryset drop the read_preference after clone(). +- Remove Py3.5 from CI as it reached EOL and add Python 3.9 - Fix the behavior of Doc.objects.limit(0) which should return all documents (similar to mongodb) #2311 - Bug fix in ListField when updating the first item, it was saving the whole list, instead of just replacing the first item (as it's usually done) #2392