On Wed, Aug 10, 2011 at 12:45 PM, RoyWilliams wrote:
> My problem is that POST data is not being copied into the request
> object that my Django code is getting, but the problem only happens
> with WSGI.
>
> When I fill in the web form with a browser, the POST data comes
> through correctly: reque
My problem is that POST data is not being copied into the request
object that my Django code is getting, but the problem only happens
with WSGI.
When I fill in the web form with a browser, the POST data comes
through correctly: request.method is POST and the QueryDict has my
parameters. But when I
2 matches
Mail list logo