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
CommandParser
django.core.management
I think CommandParser should be in django-stubs/core/management/__init__.pyi. As of 4.2.7, it's not there: https://github.com/typeddjango/django-stubs/blob/4.2.7/django-stubs/core/management/__init__.pyi
django-stubs/core/management/__init__.pyi
from django.core.management import BaseCommand, CommandParser
I think we need to add:
from .base import CommandParser as CommandParser
python
django
mypy
django-stubs
django-stubs-ext
The text was updated successfully, but these errors were encountered:
commands.__init__
Successfully merging a pull request may close this issue.
Bug report
I think
CommandParser
should be indjango-stubs/core/management/__init__.pyi
. As of 4.2.7, it's not there: https://github.com/typeddjango/django-stubs/blob/4.2.7/django-stubs/core/management/__init__.pyiWhat's wrong
How is that should be
I think we need to add:
System information
python
version: 3.10.13django
version: 3.2.23mypy
version: 1.7.1django-stubs
version: 4.2.7django-stubs-ext
version: 4.2.7The text was updated successfully, but these errors were encountered: