@CodenameTim Nothing written down but here's some terrible code which serves me well:
I pass in the request and the project (the project is the parent object of the logged hours object) and later use the project and/or request to initialize and check various fields. I assign fields on "self.instance" early which makes it possible to move more of the validation to the model. This is useful in this case because some of the objects in this code base ...