-
Notifications
You must be signed in to change notification settings - Fork 117
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
Instance of 'ManyToManyField' has no 'all' memberPylint E1101:(no-member) #404
Comments
this error does not occur in terminal, but only in vscode pylint extension. |
What are the versions used in the vscode extension ? You also need to check if you're in the same virtual environnement. |
More detailed results were reported in the first comment. I also checked that the selected virtual environment settings are the same as terminal and vscode selected interpreter. |
Any progress? (Same issue here) |
I'm experiencing the same problem, but I'm guessing it's an issue with the VSCode Extension (https://github.com/microsoft/vscode-pylint) and perhaps not specific to pylint-django. Seemingly the VSCode extension is (as of recently) failing to load the pylint-django plugin properly, regardless of whether I specify it with the For what it's worth, I do see this near the top of the VSCode Pylint logs:
|
I am not sure that we got the same issue, @sjdemartini . Though I agree with you that it does not seem to be a pylint-django issue, but rather a pylint or VSCode extension issue, since like @LCH-1 , a run in the terminal outputs correct results. It turns out that the (VSCode extension: v2023.10.1, pylint: 3.0.2, pylint-django: 4.5.2) |
models.py
pylint extention result
pylint terminal result
versions
The text was updated successfully, but these errors were encountered: