Fix deepcopy on EmbeddedDocument

This commit is contained in:
Timothé Perez
2021-03-23 22:11:41 +01:00
committed by Bastien Gerard
parent 3b10236b5e
commit 88642eb021
4 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ Changes in 0.23.1
===========
- Bug fix: ignore LazyReferenceFields when clearing _changed_fields #2484
- Improve connection doc #2481
- Fix deepcopy on EmbeddedDocument
Changes in 0.23.0
=================