I'm working on a bulk update functionality in django. I have a table that shows the data in my database, and the user selects the objects they would like to edit. Once selected, they click a "Bulk Update" button and it takes them to a django ModelForm. The partial view for this page is such :I'm working on a bulk update functionality in d