Files
pydantic/tests
Stefan Gangefors c32ce342c9 Add support for deep copying of models (#261)
Using `model.copy(deep=True)` will deep copy a module instance.

Making a deep copy is useful for models that have lists of dicts or
any other non-simple data structure to not accidentally modify data
between instances.

`model.copy()` behaviour is unchanged and will do a shallow copy of
the model instance.

fix #249
2018-09-10 11:35:58 -04:00
..
2017-05-03 22:23:41 +01:00
2017-06-03 16:18:02 +01:00
2018-02-06 13:56:45 +00:00
2018-07-31 10:55:02 +02:00
2018-08-25 17:06:32 +01:00
2018-06-18 12:20:10 +01:00
2018-07-10 15:38:28 +01:00
2018-06-02 18:08:07 +01:00