#6707: Another implementation for ReverseManyRelatedObjectsDescriptor.__set__
method
---------------------------------------------------+------------------------
          Reporter:  favo <[email protected]>        |         Owner:  nobody
            Status:  new                           |     Milestone:        
         Component:  Database layer (models, ORM)  |       Version:  SVN   
        Resolution:                                |      Keywords:        
             Stage:  Design decision needed        |     Has_patch:  1     
        Needs_docs:  0                             |   Needs_tests:  0     
Needs_better_patch:  0                             |  
---------------------------------------------------+------------------------
Comment (by orcun avsar <[email protected]>):

 Current behaviour causes m2m_changed signal not to work properly
 ([http://code.djangoproject.com/ticket/13962 #13962]). Most of times
 m2m_changed signal is used in Django admin. So m2m_changed signal is
 mostly useless at this state. Is there a way to detect if a m2m_changed is
 connected for a model field. This patch may be applied as another save
 method so Django admin may branch to that method if m2m_changed signal is
 connected to a receiver.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6707#comment:4>
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 [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