I need to override the get_object() method on the update view and do not need to override form_valid. The custom get_object() method is:
def get_object(self, queryset=None):
return self.request.user
I need to override the get_object() method on the update view and do not need to override form_valid. The custom get_object() method is:
def get_object(self, queryset=None):
return self.request.user