Ticket #8867: docs_signals_typo.diff
File docs_signals_typo.diff, 608 bytes (added by , 16 years ago) |
---|
-
signals.txt
141 141 The model class. 142 142 143 143 ``instance`` 144 The actual instance being saved.144 The actual instance being deleted. 145 145 146 146 post_delete 147 147 ----------- … … 158 158 The model class. 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 164 careful what you do with this instance