#4879: post_create signal
-----------------------------------------------------------------+----------
   Reporter:  Alexander Solovyov <[EMAIL PROTECTED]>  |                Owner:  
adrian          
     Status:  new                                                |            
Component:  Database wrapper
    Version:  SVN                                                |           
Resolution:                  
   Keywords:                                                     |              
  Stage:  Accepted        
  Has_patch:  1                                                  |           
Needs_docs:  0               
Needs_tests:  0                                                  |   
Needs_better_patch:  0               
-----------------------------------------------------------------+----------
Comment (by George Vilches <[EMAIL PROTECTED]>):

 The django_unit_test_model_signals.diff includes a unit tests for the
 Django test suite covering the following signals:
 
 {{{
 pre_save
 post_save
 pre_delete
 post_delete
 }}}
 
 It verifies that these signals fire in the proper order, that they have
 the expected instance of the model, and that the created flag on post_save
 is correctly set.
 
 As far as I could tell, tests for these signals do not exist anywhere.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4879#comment:4>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to