Re: request.POST parsing without form

2011-01-28 Thread taso
On Jan 28, 11:15 am, Matias Aguirre wrote: > Excerpts from taso's message of Fri Jan 28 17:05:21 -0200 2011: > > A user action triggers a POST that looks like: > > > action "update" > > data    { "field1": 8,"id": 2 } > > (copied from firebug) > > So, it's a POST with an "action" fiend and a "dat

Re: request.POST parsing without form

2011-01-28 Thread Matias Aguirre
Excerpts from taso's message of Fri Jan 28 17:05:21 -0200 2011: > Hi, Hi, > I am using django strictly as a backend for data processing. As such I > am not using any forms or templates, just database tables as models. > The page is js driven and POSTing data is causing me some issues. > > A user

Re: request.POST parsing without form

2011-01-28 Thread Daniel Roseman
On Friday, January 28, 2011 7:05:21 PM UTC, taso wrote: > > Hi, > > I am using django strictly as a backend for data processing. As such I > am not using any forms or templates, just database tables as models. > The page is js driven and POSTing data is causing me some issues. > > A user action

request.POST parsing without form

2011-01-28 Thread taso
Hi, I am using django strictly as a backend for data processing. As such I am not using any forms or templates, just database tables as models. The page is js driven and POSTing data is causing me some issues. A user action triggers a POST that looks like: action "update" data{ "field1": 8,"