I tried to open the following ticket but it thinks my IP is a spammer, so I am sending to the list:
http://django-rest-interface.googlecode.com/svn/trunk/django_restapi/resource.py tries to set "request.method = 'POST'" in order to run PUTs through request._load_post_and_files() as POSTs as _load_post_and_files() does not currently seem to support PUT. This used to work, however current django SVN seems to have broken it. This breakage seems to be by design as the HttpRequest doc says "All attributes except session should be considered read-only." I am not the author of django-rest-interface but I am using it in production. Can request._load_post_and_files() be updated to support PUT also in order to fix this issue?? -- Peter Nixon http://peternixon.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---