fix: fix invalid query types for program endpoints
drf-spectacular is smart and checks the type of the value attribute for filters with a method override. If we don’t provide a type hint it uses the default type hint it derives for the field, which is what we want in this case.
Please register or sign in to comment