Fix deepcopy on EmbeddedDocument

This commit is contained in:
Timothé Perez
2021-08-01 10:09:24 +02:00
committed by Bastien Gerard
parent 3b10236b5e
commit 88642eb021
4 changed files with 20 additions and 0 deletions
+1
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
=================