Re: Why not remove csrfmiddlewaretoken in CsrfViewMiddleware from request.POST?

2010-08-26 Thread mucisland
On Aug 26, 3:03 am, Russell Keith-Magee wrote: > On Thu, Aug 26, 2010 at 12:55 AM, mucisland > wrote: > > I posted this also in Django users but got no response - maybe the > > question is too stupid or it was the wrong group... > > > Here's the deal: > >

Why not remove csrfmiddlewaretoken in CsrfViewMiddleware from request.POST?

2010-08-25 Thread mucisland
I posted this also in Django users but got no response - maybe the question is too stupid or it was the wrong group... Here's the deal: I have various views which break on the additional csrfmiddlewaretoken in request.POST when using the recommendet CSRF protection with CsrfViewMiddleware and {%