mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
d0c6ec7009
* deprecate Model.fields, use Model.__fields__ * correct docs
91 B
91 B
Breaking Change: deprecate the Model.fields property, use Model.__fields__ instead