Updated recent bugfix with embedded DOc deepcopy so that it set _instance to None

This commit is contained in:
Bastien Gerard
2021-08-02 21:51:15 +02:00
parent c32b308730
commit 5a41998eda
4 changed files with 34 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ Development
===========
- (Fill this out as you fix issues and develop your features).
- EnumField improvements: now `choices` limits the values of an enum to allow
- Missing `._instance` field after deepcopy of EmbeddedField (#2202
Changes in 0.23.1
===========