On Mon, Mar 1, 2010 at 9:47 AM, Luca Sbardella wrote:
> Hi there,
>
> I just switch from 1.2 beta 1 to svn version and the
> ModelAdmin.response_action is not working as before
Yes, this has been reported at least twice in the tracker (see
http://code.djangoproject.com/ticket/12962) and at least
Hi there,
I just switch from 1.2 beta 1 to svn version and the
ModelAdmin.response_action is not working as before.
For example it does not delete objects when confirming a bulk
deletion.
The problem seems to be in the beginning of the function
if 'index' not in request.POST:
return None
By