I am trying to use Ajax to post to Django and save JSON information in the database. This works when I have only one object stringified and sent, but when I add another I get a 400 Bad request error. I believe this might be due to the way I have the model/view setup?I am trying to use Ajax to post to Django and s