Django

Code

Changeset 8963

Show
Ignore:
Timestamp:
09/04/08 02:29:27 (3 months ago)
Author:
ubernostrum
Message:

Fixed #8867: Corrected a couple typos in the signals documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/ref/signals.txt

    r8591 r8963  
    142142 
    143143    ``instance`` 
    144         The actual instance being saved. 
     144        The actual instance being deleted. 
    145145 
    146146post_delete 
     
    159159 
    160160    ``instance`` 
    161         The actual instance being saved. 
     161        The actual instance being deleted. 
    162162 
    163163        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. 
    165165 
    166166class_prepared