A slight simplification of class based validators
Published:Lately I'm trying to find ways to use Django in a more modern way. Being able to use type hints for validation, knowing what's going to be in form.cleaned_data. That sort of thing. I'm mostly failing.
The best I've managed lately is to reduce some boilerplate in class based …