We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1aa6bd commit d3eb733Copy full SHA for d3eb733
rest_framework-stubs/views.pyi
@@ -37,7 +37,7 @@ class GenericView(Protocol):
37
class APIView(View):
38
args: Any = ...
39
authentication_classes: Sequence[Type[BaseAuthentication]] = ...
40
- content_negotiation_class: Optional[str] = ...
+ content_negotiation_class: Type[BaseContentNegotiation] = ...
41
format_kwarg: Any = ...
42
headers: Dict[str, str] = ...
43
kwargs: Any = ...
0 commit comments