mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
7431683e88
* add support for alias handling in validate_arguments * add test for alias handling in validate_arguments * add documentation on alias support for decorator * bug fixed in the validate_argumen decorator documentation * add changes README * change in the documentation due to a drafting error * Update changes/3019-MAD-py.md Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * more challenging tests * run the format checker * integration of empty string as alias Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> Co-authored-by: Samuel Colvin <s@muelcolvin.com>