Django

Code

Ticket #8867: docs_signals_typo.diff

File docs_signals_typo.diff, 0.6 kB (added by igors, 2 years ago)
  • signals.txt

    old new  
    141141        The model class. 
    142142 
    143143    ``instance`` 
    144         The actual instance being saved. 
     144        The actual instance being deleted. 
    145145 
    146146post_delete 
    147147----------- 
     
    158158        The model class. 
    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 
    164164        careful what you do with this instance