expand docs on get_pydantic

This commit is contained in:
collerek
2021-05-31 19:04:01 +02:00
parent 5cbac6583e
commit 64e4288358
9 changed files with 330 additions and 35 deletions

View File

@ -1,3 +1,13 @@
# 0.10.10
## ✨ Features
* Add `get_pydantic` flag that allows you to auto generate equivalent pydantic models tree from ormar.Model. This newly generated model tree can be used in requests and responses to exclude fields you do not want to include in the data.
## 💬 Other
* Expand fastapi part of the documentation to show samples of using ormar in requests and responses in fastapi.
# 0.10.9
## Important security fix