fix private attributes initialization

This commit is contained in:
collerek
2021-04-12 10:40:29 +02:00
parent b3b1c156b5
commit 6780c9de8a
4 changed files with 56 additions and 15 deletions

View File

@ -18,6 +18,7 @@
* Fix weakref `ReferenceError` error [#118](https://github.com/collerek/ormar/issues/118)
* Fix error raised by Through fields when pydantic `Config.extra="forbid"` is set
* Fix bug with `pydantic.PrivateAttr` not being initialized at `__init__` [#149](https://github.com/collerek/ormar/issues/149)
## 💬 Other
* Introduce link to `sqlalchemy-to-ormar` auto-translator for models