Re: PUT with the test client

2010-01-13 Thread Malcolm Box
On Wed, Jan 13, 2010 at 3:05 PM, Karen Tracey wrote: > On Wed, Jan 13, 2010 at 9:55 AM, Malcolm Box wrote: > >> I'm writing some tests using the Django test client for a REST API. This >> API uses the PUT method and I'm running into problems with the test client, >> as it appears to wish to URL

Re: PUT with the test client

2010-01-13 Thread Karen Tracey
On Wed, Jan 13, 2010 at 9:55 AM, Malcolm Box wrote: > Hi, > > I'm writing some tests using the Django test client for a REST API. This > API uses the PUT method and I'm running into problems with the test client, > as it appears to wish to URL encode the data into the query string. > > Code is: