BugFix - _cls not set in constructor #1950

This commit is contained in:
Bastien Gérard
2018-11-12 23:12:35 +01:00
parent 78a9420f26
commit e31558318e
3 changed files with 29 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).
- Fix `_cls` that is not set properly in Document constructor (regression) #1950
- Remove deprecated `save()` method and used `insert_one()` #1899
=================