diff --git a/django-stubs/template/response.pyi b/django-stubs/template/response.pyi index b6ecf44..02005a0 100644 --- a/django-stubs/template/response.pyi +++ b/django-stubs/template/response.pyi @@ -19,7 +19,7 @@ class SimpleTemplateResponse(HttpResponse): status_code: int rendering_attrs: Any = ... template_name: Union[List[str], Template, str] = ... - context_data: Optional[Dict[str, str]] = ... + context_data: Optional[Dict[str, Any]] = ... using: Optional[str] = ... def __init__( self,