fix bulk_create trying to save property fields and pydantic fields

This commit is contained in:
collerek
2021-04-02 11:27:22 +02:00
parent 9fcd7b8eef
commit 2cc3b55a7c
2 changed files with 19 additions and 0 deletions

View File

@ -25,6 +25,7 @@
* Fix hitting recursion error with very complicated models structure with loops when calling `dict()`.
* Fix bug when two non-relation fields were merged (appended) in query result when they were not relation fields (i.e. JSON)
* Fix bug when during translation to dict from list the same relation name is used in chain but leads to different models
* Fix bug when bulk_create would try to save also `property_field` decorated methods and `pydantic` fields
## Other