bug fixes

This commit is contained in:
collerek
2021-06-22 12:58:39 +02:00
parent f197df0ecd
commit 172a6a2be6
7 changed files with 188 additions and 31 deletions

View File

@ -1,3 +1,11 @@
# 0.10.12
## 🐛 Fixes
* Fix `QuerySet.create` method not using init (if custom provided) [#245](https://github.com/collerek/ormar/issues/245)
* Fix `ForwardRef` `ManyToMany` relation setting wrong pydantic type [#250](https://github.com/collerek/ormar/issues/250)
# 0.10.11
## ✨ Features