Files
pydantic/changes/883-samuelcolvin.md
T
Samuel Colvin d0c6ec7009 deprecate Model.fields for Model.__fields__ (#883)
* deprecate Model.fields, use Model.__fields__

* correct docs
2019-10-11 11:10:02 +01:00

91 B

Breaking Change: deprecate the Model.fields property, use Model.__fields__ instead