Changes between Version 1 and Version 2 of Ticket #9318, comment 37


Ignore:
Timestamp:
Apr 28, 2017, 4:18:33 PM (7 years ago)
Author:
rgangopadhya

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:
     1For 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:
    22
    33
Back to Top