Hi django devs, I'm looking for some news about the ticket #12635.
https://code.djangoproject.com/ticket/12635 Today, it's still impossible to easily access post data when sending a PUT request. Since I'm trying to build a restful web service using django, this is quite a problem. It's been told in another thread to use the `request.raw_post_data` attribute, however I cannot think of a valid reason for why put data could'nt be has easily accessible as post data. I see in the ticket that the 1.4 milestone was deleted. Was the ticket abandoned? I've seen a lot of discussions and tickets about rest, and I know it's a complex issue, but since I'm kinda new here, it's hard to know what is the current state of the problem. Regards, Thibault J -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
