Django - Way of writing a generic create view

@adamchainz Ah ok. So when you want to add things like the clean method, you should define
form_class instead of the model and fields properties?