How to get array paramaters posted to django backend? I am using a jQuery plugin (DataTables Editor) that POSTs a data array parameter like
data[id][fieldname][value]
How do I get django to accept and use these parameters.
How to get array paramaters posted to django backend? I am using a jQuery plugin (DataTables Editor) that POSTs a data array parameter like
data[id][fieldname][value]
How do I get django to accept and use these parameters.