mirror of
https://github.com/django/django.git
synced 2025-04-15 21:04:36 +00:00
[1.11.x] Fixed docstring typo in django/contrib/admin/actions.py.
Backport of f8bce94997739e4e61919cddff84fc3e3302d8f7 from master
This commit is contained in:
parent
945b3d1da1
commit
d6bff52fdf
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user