fix bulk_create trying to save property fields and pydantic fields
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user