update docs, bump version, update releases

This commit is contained in:
collerek
2021-10-12 18:52:40 +02:00
parent 9559c0f7f6
commit 10e2d01a91
4 changed files with 34 additions and 8 deletions

View File

@ -1,3 +1,10 @@
# 0.10.21
## 🐛 Fixes
* Add `ormar` implementation of `construct` classmethod that allows to build `Model` instances without validating the input to speed up the whole flow, if your data is already validated [#318](https://github.com/collerek/ormar/issues/318)
* Fix for "inheriting" field validators from `ormar` model when newly created pydanic model is generated with `get_pydantic` [#365](https://github.com/collerek/ormar/issues/365)
# 0.10.20
## ✨ Features