Skip to content
New issue

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 is not complete #754

Closed
sobolevn opened this issue Nov 18, 2021 · 2 comments
Closed

ManyToManyField is not complete #754

sobolevn opened this issue Nov 18, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@sobolevn
Copy link
Member

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.

@sobolevn sobolevn added the bug Something isn't working label Nov 18, 2021
@StasGC
Copy link
Contributor

StasGC commented Nov 18, 2021

Hello!
I want to solve this.

@flaeppe
Copy link
Member

flaeppe commented Aug 2, 2024

I think this has been closed via #909 and #1253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants