Best way to use a 'created_by' type field

Thanks… I now also found this nice pointer in the docs:

https://docs.djangoproject.com/en/3.0/topics/class-based-views/generic-editing/#models-and-request-user

It uses form_valid to populate the field.