#10751: Admin actions not calling model's delete() method
---------------------------------------------+------------------------------
          Reporter:  msurdi                  |         Owner:  nobody
            Status:  new                     |     Milestone:        
         Component:  Uncategorized           |       Version:  SVN   
        Resolution:                          |      Keywords:        
             Stage:  Design decision needed  |     Has_patch:  0     
        Needs_docs:  0                       |   Needs_tests:  0     
Needs_better_patch:  0                       |  
---------------------------------------------+------------------------------
Changes (by russellm):

  * stage:  Unreviewed => Design decision needed

Comment:

 It's arguable that this is an inconsistency. After all, calling delete()
 on a queryset _doesn't_ call the delete() method on the model. This is
 well documented behavior. What we need to decide is whether the admin bulk
 actions are "delete lots of individual objects", or a "bulk deletion of
 objects". I'm happy with either outcome, but I'd be happy to hear
 opinions.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10751#comment:2>
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-updates@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