@patrick I want this kind of thing for Django view classes too.
You've got a `model` which is `type[T]` and an `object` which is `T`
I don't mind what you have to type in the base class but the subclass should just do `model = MyModel` and the rest should be inferred.
Edited 347d ago