We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33356ce + 375db83 commit 47481feCopy full SHA for 47481fe
1 file changed
xadmin/plugins/actions.py
@@ -108,6 +108,7 @@ def do_action(self, queryset):
108
deletable_objects, model_count, perms_needed, protected = get_deleted_objects(
109
queryset, self.opts, self.user, self.admin_site, using)
110
111
+
112
# The user has already confirmed the deletion.
113
# Do the deletion and return a None to display the change list view again.
114
if self.request.POST.get('post'):
0 commit comments