mirror of
https://github.com/django/django.git
synced 2025-09-24 19:23:03 +00:00
commit
3671e7e3e0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def delete_selected(modeladmin, request, queryset):
|
||||||
deleteable objects, or, if the user has no permission one of the related
|
deleteable objects, or, if the user has no permission one of the related
|
||||||
childs (foreignkeys), a "permission denied" message.
|
childs (foreignkeys), a "permission denied" message.
|
||||||
|
|
||||||
Next, it delets all selected objects and redirects back to the change list.
|
Next, it deletes all selected objects and redirects back to the change list.
|
||||||
"""
|
"""
|
||||||
opts = modeladmin.model._meta
|
opts = modeladmin.model._meta
|
||||||
app_label = opts.app_label
|
app_label = opts.app_label
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue