Changeset 8963
- Timestamp:
- 09/04/08 02:29:27 (3 months ago)
- Files:
-
- django/trunk/docs/ref/signals.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/ref/signals.txt
r8591 r8963 142 142 143 143 ``instance`` 144 The actual instance being saved.144 The actual instance being deleted. 145 145 146 146 post_delete … … 159 159 160 160 ``instance`` 161 The actual instance being saved.161 The actual instance being deleted. 162 162 163 163 Note that the object will no longer be in the database, so be very 164 careful what you do with this instance 164 careful what you do with this instance. 165 165 166 166 class_prepared
