Merge pull request #2331 from abarto/fix/clone-retain-read-preference-read-concern

Add read_concern to cloned properties. Add read_concern to aggregate().
This commit is contained in:
Bastien Gérard
2020-05-23 23:22:56 +02:00
committed by GitHub
3 changed files with 31 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).
- Fixed a bug that made the queryset drop the read_preference after clone().
Changes in 0.20.0
=================