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
ManyToManyField
Django defines ManyToManyField with more precise types that we do. Django 3.2: https://github.com/django/django/blob/3.2/django/db/models/fields/related.py#L1134-L1142 Our stubs: https://github.com/typeddjango/django-stubs/blob/master/django-stubs/db/models/fields/related.pyi#L180-L187
We need to fix this.
The text was updated successfully, but these errors were encountered:
Hello! I want to solve this.
Sorry, something went wrong.
I think this has been closed via #909 and #1253
ManyToManyField.description
_StrOrPromise
StasGC
No branches or pull requests
Django defines
ManyToManyField
with more precise types that we do.Django 3.2: https://github.com/django/django/blob/3.2/django/db/models/fields/related.py#L1134-L1142
Our stubs: https://github.com/typeddjango/django-stubs/blob/master/django-stubs/db/models/fields/related.pyi#L180-L187
We need to fix this.
The text was updated successfully, but these errors were encountered: