Added construct and validators in generated pydantic models
0.10.21
🐛 Fixes
- Add
ormar
implementation ofconstruct
classmethod that allows to buildModel
instances without validating the input to speed up the whole flow, if your data is already validated #318 - Fix for "inheriting" field validators from
ormar
model when newly created pydanic model is generated withget_pydantic
#365