diff options
| author | Yuichi Fujikawa <fujiyuu75@gmail.com> | 2017-05-25 18:54:51 +0900 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-25 05:55:04 -0400 |
| commit | d6bff52fdfb5ab48c28d8c58cb28dcc04e217734 (patch) | |
| tree | 7757a1fb8e182a37b3b47bc02971ca940aa74dd7 | |
| parent | 945b3d1da1df81cd7ca94771025b8019c7de1340 (diff) | |
[1.11.x] Fixed docstring typo in django/contrib/admin/actions.py.
Backport of f8bce94997739e4e61919cddff84fc3e3302d8f7 from master
| -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 f07f3549cb..4e6ea18a52 100644 --- a/django/contrib/admin/actions.py +++ b/django/contrib/admin/actions.py @@ -17,7 +17,7 @@ def delete_selected(modeladmin, request, queryset): Default action which deletes the selected objects. This action first displays a confirmation page which shows all the - deleteable objects, or, if the user has no permission one of the related + deletable objects, or, if the user has no permission one of the related childs (foreignkeys), a "permission denied" message. Next, it deletes all selected objects and redirects back to the change list. |
