Fix bug #1733 of _delta method (Issue with DynamicDocument and default value) + add test case

This commit is contained in:
Bastien Gérard
2018-11-11 22:42:15 +01:00
parent 78a9420f26
commit c306d42d08
3 changed files with 41 additions and 19 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).
- Fix bug in _delta method - Update of a ListField depends on an unrelated dynamic field update #1733
- Remove deprecated `save()` method and used `insert_one()` #1899
=================