Changes between Initial Version and Version 1 of Ticket #24241, comment 4
- Timestamp:
- Jan 30, 2015, 3:26:49 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24241, comment 4
initial v1 1 1 I will try to do some research. But it requires to do some python magic on a model class 2 3 '''UPD:''' 4 Unfortunately, `__deepcopy__` defines behavior for `copy.deepcopy()` for '''instances''' of class, so it should be resolved in another way.