mirror of
https://github.com/Hopiu/django.git
synced 2026-05-04 13:44:44 +00:00
Itty bitty typo fix.
"deletes" was missing it's last e.
This commit is contained in:
parent
7462a78c1b
commit
c4a0c91459
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
|
||||
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
|
||||
app_label = opts.app_label
|
||||
|
|
|
|||
Loading…
Reference in a new issue