Files
pydantic/docs/examples
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
..
2018-08-25 17:06:32 +01:00
2018-02-06 13:56:45 +00:00
2018-08-29 10:38:02 +01:00
2018-08-25 17:06:32 +01:00
2017-06-21 18:15:08 +01:00
2018-06-04 10:55:48 +01:00
2017-06-21 18:15:08 +01:00
2018-06-18 12:20:10 +01:00
2018-06-30 23:06:39 +01:00
2017-11-07 11:26:16 +00:00
2017-11-08 14:37:01 +00:00
2018-06-24 17:52:56 +01:00