diff --git a/django-stubs/utils/http.pyi b/django-stubs/utils/http.pyi index 163d04a75..0b954d861 100644 --- a/django-stubs/utils/http.pyi +++ b/django-stubs/utils/http.pyi @@ -43,3 +43,4 @@ def parse_qsl( separator: str = ..., ) -> list[tuple[str, str]]: ... def escape_leading_slashes(url: str) -> str: ... +def content_disposition_header(as_attachment: bool, filename: str) -> str | None: ...