Merge branch 'master' into fix_2484

This commit is contained in:
Jan Stein
2021-03-25 15:27:48 +01:00
14 changed files with 186 additions and 100 deletions

View File

@@ -1,4 +1,5 @@
=========
Changelog
=========
@@ -6,8 +7,14 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).
- Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
- Bug fix: ignore LazyReferenceFields when clearing _changed_fields #2484
- Improve connection doc #2481
Changes in 0.23.0
=================
- Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
- Add MongoDB 4.2 and 4.4 to CI
- Add support for allowDiskUse on querysets #2468
Changes in 0.22.1
=================