#15522: delete_model on admin delete action
-------------------------------------+-------------------------------------
Reporter: Divad | Owner: nobody
Status: closed | Milestone:
Component: | Version: SVN
django.contrib.admin | Keywords: delete_model
Resolution: invalid | Has patch: 1
Triage Stage: | Needs tests: 0
Unreviewed |
Needs documentation: 0 |
Patch needs improvement: 0 |
-------------------------------------+-------------------------------------
Changes (by julien):
* status: new => closed
* resolution: => invalid
Comment:
I don't think this is relevant as the delete action performs a
[http://docs.djangoproject.com/en/dev/ref/models/querysets/#django.db.models.QuerySet.delete
bulk delete on the queryset] instead of calling `delete()` for each
object.
If you think I'm mistaken, please reopen but also provide more detailed
information (e.g. description of a use case or code samples) about what
you're trying to achieve.
--
Ticket URL: <http://code.djangoproject.com/ticket/15522#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 [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.