improved version

This commit is contained in:
Maxim Kurnikov
2018-07-29 20:06:41 +03:00
parent c180555415
commit 89bb6eac75
160 changed files with 1007 additions and 607 deletions

View File

@@ -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 = ...