django FormView modify fields before validation
Is there a proper way to modify the form fields before validating the data on a Class Based FormView
. More specifically a CreateView
. Is necessary to use Class Based views ’cause I’m throwing in a bunch of custom mixins: