mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 04:34:29 +08:00
Contexts can contain Any data (#192)
This commit is contained in:
committed by
Nikita Sobolev
parent
be3fc259d5
commit
acc3ca4205
@@ -19,7 +19,7 @@ class SimpleTemplateResponse(HttpResponse):
|
|||||||
status_code: int
|
status_code: int
|
||||||
rendering_attrs: Any = ...
|
rendering_attrs: Any = ...
|
||||||
template_name: Union[List[str], Template, str] = ...
|
template_name: Union[List[str], Template, str] = ...
|
||||||
context_data: Optional[Dict[str, str]] = ...
|
context_data: Optional[Dict[str, Any]] = ...
|
||||||
using: Optional[str] = ...
|
using: Optional[str] = ...
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user