1
0
mirror of https://github.com/django/django.git synced 2025-03-06 15:32:33 +00:00

Merge pull request #1287 from mintchaos/patch-1

Itty bitty typo fix.
This commit is contained in:
Alex Gaynor 2013-06-19 16:47:27 -07:00
commit 3671e7e3e0

View File

@ -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