We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now: format_lazy: Callable[..., str]
format_lazy: Callable[..., str]
I think it should be like other lazy methods - _StrPromise from django.utils.functional: format_lazy: Callable[..., _StrPromise]
format_lazy: Callable[..., _StrPromise]
django-stubs
django-stubs-ext
The text was updated successfully, but these errors were encountered:
Can I fix this bug?
Sorry, something went wrong.
If that question is for me, then probably yes.
Yes, PRs welcome :)
No branches or pull requests
Bug report
Now:
format_lazy: Callable[..., str]
I think it should be like other lazy methods - _StrPromise from django.utils.functional:
format_lazy: Callable[..., _StrPromise]
System information
django-stubs
version: 5.1.0django-stubs-ext
version: 5.1.0The text was updated successfully, but these errors were encountered: