mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 07:21:56 +08:00
improved version
This commit is contained in:
@@ -38,7 +38,7 @@ def redirect(
|
||||
def render(
|
||||
request: WSGIRequest,
|
||||
template_name: str,
|
||||
context: Optional[Union[Dict[str, bool], Dict[str, str], Dict[str, Union[str, None]]]] = ...,
|
||||
context: Optional[Union[Dict[str, bool], Dict[str, Union[str, None]], Dict[str, str]]] = ...,
|
||||
content_type: None = ...,
|
||||
status: Optional[int] = ...,
|
||||
using: None = ...
|
||||
|
||||
Reference in New Issue
Block a user