Archive for January, 2009

Django and request.POST

Saturday, January 24th, 2009

I spent a lot of time trying to figure out why django removed the ‘+’ character from the POST data retrieved via request.POST.
Still don’t know the reason of this behaviour, but using request.raw_post_data saved my day …