mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
fe8031703b
* Perform validation on assignment to attribute * Add config variable "validate_assignment" defaulting to False. * Add unit test. * Add non-empty second parameter to fields.validate * Improved tests per maintainer's suggestions. * Improved tests. * Add documentation in index.rst