Changes between Initial Version and Version 1 of Ticket #9318, comment 37
- Timestamp:
- Apr 28, 2017, 4:17:46 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9318, comment 37
initial v1 37 37 38 38 def connect_all_signals(from_model, to_model): 39 # connecting signals from one model to another40 # is useful when from_model inherits from to_model41 # and hence should take on all behavior from the42 # parent model43 # Django does not send signals for parent model44 # when child is triggered45 # https://code.djangoproject.com/ticket/9318#no146 39 for signal in signals: 47 40 signal.connect(