On my generic class based CreateView, I would like to perform an instruction which creates new objects from another model related to the current created object. Example: Collection is a model which is related to 3 differents Element objects. When I create a MyCollection object, which is related to a Collection and a User, 3 MyElement object must be created