Changes between Version 15 and Version 16 of Signals
- Timestamp:
- Nov 7, 2006, 9:36:50 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Signals
v15 v16 138 138 '''pre_delete''' 139 139 140 This is sent at the beginning of a model's `delete` method. 140 This is sent at the beginning of a model's `delete` method. '''Note:''' if you override `delete` on your model, you must call the parent class' `delete` method for this signal to be sent, and it will be sent at the beginning of the parent class' `delete` method. 141 141 142 142 143 Arguments sent with this signal: … … 147 148 '''post_delete''' 148 149 149 This is sent at the end of a model's `delete` method. 150 This is sent at the end of a model's `delete` method. '''Note:''' if you override `delete` on your model, you must call the parent class' `delete` method for this signal to be sent, and it will be sent at the beginning of the parent class' `delete` method. 151 150 152 151 153 Arguments sent with this signal: