mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed docstring typo in django/contrib/admin/actions.py.
This commit is contained in:
parent
01d7ff9a17
commit
f8bce94997
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def delete_selected(modeladmin, request, queryset):
|
||||||
Default action which deletes the selected objects.
|
Default action which deletes the selected objects.
|
||||||
|
|
||||||
This action first displays a confirmation page which shows all the
|
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.
|
childs (foreignkeys), a "permission denied" message.
|
||||||
|
|
||||||
Next, it deletes all selected objects and redirects back to the change list.
|
Next, it deletes all selected objects and redirects back to the change list.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue