diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-06-19 16:47:27 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-06-19 16:47:27 -0700 |
| commit | 3671e7e3e0603ed8908eb1328a82396e22b9224c (patch) | |
| tree | 65301ae0627dffc824acb703305270067bc6bcef | |
| parent | 7462a78c1bdef2f37ea9aae5ad05170dbd14b34a (diff) | |
| parent | c4a0c91459185a1c78bb75bdf32e42943da09a7d (diff) | |
Merge pull request #1287 from mintchaos/patch-1
Itty bitty typo fix.
| -rw-r--r-- | django/contrib/admin/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/actions.py b/django/contrib/admin/actions.py index a56c6a6168..a4c5828f37 100644 --- a/django/contrib/admin/actions.py +++ b/django/contrib/admin/actions.py @@ -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 |
