Changes between Version 21 and Version 22 of Signals
- Timestamp:
- Jun 23, 2008, 8:24:20 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Signals
v21 v22 127 127 * `sender` -- the model class of the object being saved. 128 128 * `instance` -- the actual object being saved. 129 * `raw` -- raw save, save the object exactly as presented. 129 130 130 131 '''post_save''' … … 136 137 * `sender` -- the model class of the object which was just saved. 137 138 * `instance` -- the actual object which was just saved. 139 * `created` -- a boolean. True if a new record was create. 140 * `raw` -- raw save, save the object exactly as presented. 138 141 139 142 '''pre_delete'''