Re: Bizarre QueryDict behavior grouping json data into a single key

2011-06-11 Thread Andres
On Jun 11, 3:59 pm, bruno desthuilliers wrote: > On 11 juin, 14:36, Andres wrote: > > > > > > > > > > > I'm experiencing a really bizarre behavior when using the test client > > in django. > > > I'm using a POST to send data to my django

Re: Bizarre QueryDict behavior grouping json data into a single key

2011-06-11 Thread bruno desthuilliers
On 11 juin, 14:36, Andres wrote: > I'm experiencing a really bizarre behavior when using the test client > in django. > > I'm using a POST to send data to my django app. I usually do this from > an iPhone app and/or a test html form. On the server side, this is how > I

Bizarre QueryDict behavior grouping json data into a single key

2011-06-11 Thread Andres
I'm experiencing a really bizarre behavior when using the test client in django. I'm using a POST to send data to my django app. I usually do this from an iPhone app and/or a test html form. On the server side, this is how I handle it: def handle_query(request): print request q