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
Python 3.6.6 (also 2.7.14) pylint 1.9.2 pylint-django 0.11.1
Getting the title error on lines such as user = User.objects.filter(email=data['email']).first()
user = User.objects.filter(email=data['email']).first()
Wasn't happening before, I can't tell what was the previous version since I only noticed this after re-creating a new virtualenv.
Any ideas? Is this only happening to me?
The text was updated successfully, but these errors were encountered:
@cristianocca I think this is a duplicate of: #165
But no, you're not the only one who's seeing this
Sorry, something went wrong.
Yes, duplicate of #165
No branches or pull requests
Python 3.6.6 (also 2.7.14)
pylint 1.9.2
pylint-django 0.11.1
Getting the title error on lines such as
user = User.objects.filter(email=data['email']).first()
Wasn't happening before, I can't tell what was the previous version since I only noticed this after re-creating a new virtualenv.
Any ideas? Is this only happening to me?
The text was updated successfully, but these errors were encountered: