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 a9f0ddb commit 008c6e6Copy full SHA for 008c6e6
django-stubs/utils/text.pyi
@@ -59,4 +59,4 @@ def unescape_string_literal(s: _StrOrPromiseT) -> _StrOrPromiseT: ...
59
def slugify(value: _StrOrPromiseT, allow_unicode: bool = False) -> _StrOrPromiseT: ...
60
def camel_case_to_spaces(value: str) -> str: ...
61
62
-format_lazy: Callable[..., str]
+format_lazy: Callable[..., _StrOrPromise]
0 commit comments