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


Ignore:
Timestamp:
Apr 28, 2017, 4:47:50 AM (7 years ago)
Author:
Soheil Damangir

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9318, comment 36

    v1 v2  
    1 A quick fix for proxy models without a need to patch could be to override the save method for the parent mode:
     1In case of proxy models, for always getting the signal on the parent model without a need to patch, a quick fix could be to override the save method for the parent model:
    22
    33{{{
Back to Top