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 2366e47 commit cdb6d6dCopy full SHA for cdb6d6d
django-stubs/urls/base.pyi
@@ -11,7 +11,7 @@ _QueryType: TypeAlias = (
11
Mapping[Any, Any] | Mapping[Any, Sequence[Any]] | Sequence[tuple[Any, Any]] | Sequence[tuple[Any, Sequence[Any]]]
12
)
13
14
-def resolve(path: str, urlconf: str | None = ...) -> ResolverMatch: ...
+def resolve(path: str | _StrPromise, urlconf: str | None = ...) -> ResolverMatch: ...
15
16
# NOTE: make sure `reverse` and `reverse_lazy` objects are in sync:
17
def reverse(
0 commit comments