mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
fae3588f42
* Add Config.keep_untouched for custom descriptors support * Update HISTORY.rst * Separate test * Fix tests * Update pydantic/validators.py Co-Authored-By: Samuel Colvin <samcolvin@gmail.com> * Update HISTORY.rst Co-Authored-By: Samuel Colvin <samcolvin@gmail.com> * Rename TYPE_BLACKLIST -> UNTOUCHED_TYPES, fix tests and formatting * Update docs/index.rst Co-Authored-By: Samuel Colvin <samcolvin@gmail.com>