#13576: Found a bug of checking permission rules in django.contrib.admin.actions.delete_selected ----------------------------------+----------------------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version: 1.2 Keywords: permissions actions | Stage: Unreviewed Has_patch: 1 | ----------------------------------+----------------------------------------- In case of custom ModelAdmin.has_delete_permission method implementation we can use "obj=None" argument to make decision. But django.contrib.admin.actions.delete_selected method by some reason does not check permission rules for each of its queryset object.
Simple patch is added to this ticket. -- Ticket URL: <http://code.djangoproject.com/ticket/13576> 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.
