#13772: 'exists' parameter for pre_save signal
---------------------------------------------------+------------------------
          Reporter:  gsakkis                       |         Owner:  nobody
            Status:  reopened                      |     Milestone:  1.3   
         Component:  Database layer (models, ORM)  |       Version:  1.2   
        Resolution:                                |      Keywords:        
             Stage:  Accepted                      |     Has_patch:  1     
        Needs_docs:  1                             |   Needs_tests:  0     
Needs_better_patch:  1                             |  
---------------------------------------------------+------------------------
Changes (by ikelly):

  * needs_better_patch:  0 => 1
  * stage:  Unreviewed => Accepted

Comment:

 The patch moves the sending of the signal to after the recursive save_base
 call.  This means that when the signal is sent, any parent models will
 have already been saved, which is undesirable.  The patch should keep the
 signal where it is relative to the recursion, if at all possible.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13772#comment:5>
Django <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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to