Files
pydantic/docs
Daniel Petti aa5e8c60b7 Feature/frozenset support (#762)
* Better error for unsuported "typing" objects.

Fixes #745

Add a better error message for fields with types from the typing
module that are not directly supported by Pydantic. Previously,
it caused a cryptic assertion failure.

* Add support for frozenset fields.

Also provide an example of their usage.

Fixes #745

* Address review comments.

Fixes #745

* use equals not "is" for int comparison.
2019-08-21 13:13:46 +01:00
..
2019-08-21 13:13:46 +01:00
2019-05-30 12:43:44 +01:00
2019-02-15 18:29:13 +00:00
2019-07-24 10:52:05 +01:00