Files
pydantic/tests
Eric Jolibois 5ad73d0388 fix: models copied via Config.copy_on_model_validation always have all fields (#3201)
Small regression in #2231.
The shallow copy done with `Config.copy_on_model_validation = True` (default behaviour)
was using excluded / included fields when it should just copy everything

closes #3195
2021-12-19 10:37:30 +00:00
..
2020-03-21 18:14:17 +00:00
2019-06-21 12:32:03 +01:00
2021-12-18 20:40:16 +00:00
2021-12-18 20:56:14 +00:00