Merge branch 'master' of github.com:MongoEngine/mongoengine into fix_cls_in_constructor

This commit is contained in:
Bastien Gérard
2018-11-13 21:48:16 +01:00
3 changed files with 41 additions and 19 deletions

View File

@@ -6,6 +6,7 @@ Development
===========
- (Fill this out as you fix issues and develop your features).
- Fix `_cls` that is not set properly in Document constructor (regression) #1950
- 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
=================