mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
10414a7a04
* use type() in int validator to avoid returning a bool since bool is and instance of int * add note to HISTORY.rst * add tests & add username and PR # to HISTORY.rst * use not ininstance(v, bool) to allow int subclassing