Changes between Version 1 and Version 2 of Ticket #9318, comment 37
- Timestamp:
- Apr 28, 2017, 4:18:33 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9318, comment 37
v1 v2 1 To handle pre_save and all other signals, I took the approach of sending all signals to the parent model when triggered by child models:1 For proxy models, to handle pre_save and all other signals, rather than overriding save, I took the approach of sending all signals to the parent model when triggered by child models: 2 2 3 3