Files
pydantic/tests
Eric Jolibois 4680940146 fix: keep the order of the fields when validate_assignment is set (#2075)
Following #2000 and #2046 we can't `pop` the current value when assigning
a new one (which was probably the most efficient) as we want to keep the
order in the `__dict__`.
So let's do a shallow copy of the `__dict__` without the current value

fix #2073
2020-10-31 18:47:22 +00:00
..
2017-05-03 22:23:41 +01:00
2020-03-21 18:14:17 +00:00
2019-06-21 12:32:03 +01:00
2020-03-17 19:57:13 +00:00
2020-03-21 17:02:07 +00:00
2020-07-03 20:56:36 +01:00
2020-10-25 16:24:37 +00:00
2020-10-26 10:25:48 +00:00