mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
61b45340e7
* added anystr_lower field to config * updated docs with any anystr_lower config property * updated changes folder with markdown describing new change * added anystr to _validators list under bytes type * added unit tests for anystr_lower config * Update pydantic/validators.py Fix wrong method used in cosntr_lower Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * added lower_str to conbytes and constr functions * Update changes/2134-tayoogunbiyi.md Co-authored-by: Samuel Colvin <samcolvin@gmail.com> * renamed conbytes & constr paramater name * updated change markdown * added docs for args to constr and conbytes * added examples to showing to_lower functionality in conbytes & constr * added better description for curtail_length * removed unessary whitespace, added default and types in docs * Update changes/2134-tayoogunbiyi.md Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> * added single whitespace to arguments list under constr & conbytes Co-authored-by: Eric Jolibois <em.jolibois@gmail.com> Co-authored-by: Samuel Colvin <samcolvin@gmail.com> Co-authored-by: Samuel Colvin <s@muelcolvin.com>