mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +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
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user