I am trying to update an instance of a form model with \'deleted\' values for auditing, and not actually delete the records. Currently I have the following
views.py<