We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06689e commit 687e67eCopy full SHA for 687e67e
django-stubs/utils/http.pyi
@@ -43,3 +43,4 @@ def parse_qsl(
43
separator: str = ...,
44
) -> list[tuple[str, str]]: ...
45
def escape_leading_slashes(url: str) -> str: ...
46
+def content_disposition_header(as_attachment: bool, filename: str) -> str | None: ...
0 commit comments