Keep the gradient flowing

Django and request.POST

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 ...