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 abcc06c commit 0c5f265Copy full SHA for 0c5f265
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