For one of my Django models, I have a template for editing which is made up of input fields. However, unlike a standard form, whenever these inputs are changed, I fire off an AJAX request to save that individual field. My AJAX endpoint basically looks like this:For one of my Django models, I have a template