from django.http import QueryDict put = QueryDict(request.body) description = put.get('description')

Read more of this post