mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
f41e3afaa0
* ipaddress-compatible types added, fix #333 * Unittests for ipaddress-types added * Docs updated after ipaddress-types added * HISTORY.rst updated to reflect ipaddress-related types introduction * Fix docs table format * Strings double quotes reverted * ipaddress types support fixed, IPvAnyAddress type redefined * Error handling fixed for ipaddress-related types * Positive cases for IPv4Address and IPv6Address types in unittests added