Files
pydantic/docs/examples
Artem Malyshev 987449a922 Support typing.Callable validation. (#364)
fix #279

* Support typing.Callable validation.

* Add myself to HISTORY.

* Prove it works with just Callable.

* Document callable validator behavior.

* Support differences in typing module between py36 and py37.

* Remove callable filed from JSON schema with warning.

* Update pydantic/schema.py

Co-Authored-By: proofit404 <proofit404@gmail.com>

* Update tests/test_callable.py

Co-Authored-By: proofit404 <proofit404@gmail.com>

* Update pydantic/validators.py

Co-Authored-By: proofit404 <proofit404@gmail.com>

* Update tests/test_callable.py

Co-Authored-By: proofit404 <proofit404@gmail.com>

* Move callables to the exotic types.

* Move Callable type choice to the import time.

* Move is_callable_type to the utils module.

* Raise warning at skip except.

* Update pydantic/schema.py

Co-Authored-By: proofit404 <proofit404@gmail.com>

* Update docs/index.rst

Co-Authored-By: proofit404 <proofit404@gmail.com>

* Update pydantic/schema.py

Co-Authored-By: proofit404 <proofit404@gmail.com>

* uprev

* Update index.rst (#370)

* Update history.rst

* Make the example a little more concise.

* Use callable import from the utils.

* Remove blank line.

* Remove duplication comments.

* fix history
2019-01-29 15:42:00 +00:00
..
2019-01-11 21:08:14 +00:00
2018-08-25 17:06:32 +01:00
2018-02-06 13:56:45 +00:00
2018-10-01 09:48:28 +01:00
2018-08-29 10:38:02 +01:00
2018-08-25 17:06:32 +01:00
2017-06-21 18:15:08 +01:00
2018-06-04 10:55:48 +01:00
2017-06-21 18:15:08 +01:00
2018-06-18 12:20:10 +01:00
2017-11-07 11:26:16 +00:00
2017-11-08 14:37:01 +00:00
2018-06-24 17:52:56 +01:00