﻿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
13130	Delete selected in admin seems broken	edin1	nobody	"I'm relatively new to Django, but not to Python in general nor to the web frameworks.

The bulk delete action from the admin pages appears to be broken in the current SVN.

After a bit of investigating I think that the problem is in django.contrib.admin.actions, function delete_selected, (line 20 of actions.py).

The problematic line is line 43:

{{{
    if request.POST.get('post'):
}}}

where request.POST.get('post') returns None or something similar."		closed	contrib.admin	dev		duplicate	bulk delete selection selected		Accepted	0	0	0	0	0	0
