Changing the field in the Django form after submit
Hi! I want to change the value of the form field in Django after the user submits the form. But when I try to do this in the view, I am getting the error that the request.POST object is not mutable. Is it possible to do what I want?