﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12962	Broken Admin Delete Action With Confirmation	leveille	Mark Lavin	"After updating to head this morning I noticed that I was unable to delete items in the administrator via the delete dropdown action (and confirmation).  I was able to track the issue back to [12525].  Specifically, the introduced check looks for 'index', which will not be present when coming from the delete confirmation page:

'''pprint of request.POST in response_action after clicking GO'''

{{{
#!python
<QueryDict: {u'action': [u'delete_selected'], u'select_across': [u'0'], u'csrfmiddlewaretoken': [u'9e1ca9bc4deb4f7750b1ade512afdf8d'], u'_selected_action': [u'12'], u'index': [u'0']}>
}}}

'''pprint of request.POST in response_action after confirming I want to delete the record'''

{{{
#!python
<QueryDict: {u'action': [u'delete_selected'], u'_selected_action': [u'12'], u'csrfmiddlewaretoken': [u'9e1ca9bc4deb4f7750b1ade512afdf8d'], u'post': [u'yes']}>
}}}

To be sure my code wasn't introducing any issues, I testing with a fresh django project/app and the bug was still present."		closed	contrib.admin	1.2-beta		fixed	admin delete	preston@… adam.skevy@… i@… drmeers@… aarond10@… Maniac@… jedie aaloy sir.Gollum@…	Accepted	1	0	1	1	0	0
