Re: request.POST parsing without form

2011-01-28 Thread taso
#x27;data']) >     id = data['id'] > > Regards, > Matías > -- > Matías Aguirre Absolutely works. My earlier attempt at parsing JSON was bad (new to django + JSON). Thanks much Matías! Best, Taso -- You received this message because you are subscribed to the Go

request.POST parsing without form

2011-01-28 Thread taso
me assumptions by not importing/using forms, or if there is a standard method to iterate through the POST data that I am missing. I have literally tried every \*get\* dict method from the docs and all throw errors (.list() throws numeric indicies errors, iteritems() throws not iterable, etc.) Any tho