Files
pydantic/changes
Samuel Colvin 6e5a1363cc V0.32 merge (#852)
* fix(validate-assignment): do not validate extra fields when `vaidate_assignment` is on

* Update history

* Fix `value` vs. `value_`

* Add tests for `value` vs `value_` case

* uprev

* Fix generic required (#742)

* Fix required fields on GenericModel

* lint

* version up

* __post_init__ with inheritance, fix #739 (#740)

* Fix custom Schema on GenericModel fields (#754)

* Fix custom Schema on GenericModel fields

* Add PR#

* uprev

* Fix error messages for Literal types with multiple allowed values (#770)

* Fix error messages for Literal types with multiple allowed values

* Incorporate feedback

* update history
2019-10-01 17:22:05 +01:00
..
2019-09-30 17:19:44 +01:00
2019-08-17 13:03:53 +01:00
2019-09-02 11:37:33 +01:00
2019-10-01 17:22:05 +01:00
2019-09-17 10:33:11 +01:00
2019-09-17 18:30:58 +01:00
2019-09-18 11:38:21 +01:00
2019-09-30 17:19:44 +01:00
2019-10-01 16:21:11 +01:00
2019-08-06 16:37:38 +01:00

Pending Changes

This directory contains files describing changes to pydantic since the last release.

If you're creating a pull request, please add a new file to this directory called <pull request or issue id>-<github username>.rst. It should be formatted as a single paragraph of reStructuredText.

The contents of this file will be used to update HISTORY.rst before the next release.