-
Notifications
You must be signed in to change notification settings - Fork 116
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
[no-member] Instance of 'Item' has no 'save' member #60
Comments
This seems to be a duplicate of #53 |
I have the same problem with |
murlock
added a commit
to murlock/pathagar
that referenced
this issue
Jun 4, 2017
Launch pylint with pylint-django plugins At this time, only report Warnings and Errors Remove mysql dependencies because default configuration use sqlite, we should add dedicated howto to enable it. Fix error in exportbooks command. Disable pylint for no-member for save method for FileField (check pylint-dev/pylint-django#60)
murlock
added a commit
to murlock/pathagar
that referenced
this issue
Jun 4, 2017
Launch pylint with pylint-django plugins At this time, only report Warnings and Errors Remove mysql dependencies because default configuration use sqlite, we should add dedicated howto to enable it. Fix error in exportbooks command. Disable pylint for no-member for save method for FileField (check pylint-dev/pylint-django#60)
Folks, can somebody post a current reproducer? I'm not convinced I understand the original issue. |
atodorov
added a commit
that referenced
this issue
Apr 6, 2018
It turns out the existing transformations were not registered. Also add a test for #60.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I discovered pylint-django after finding this stackoverflow thread.
However I still have some false pylint errors working with django:
Is this something that pylint-django can help out with at all? Or is it some peculiar behaviour of django with forms and models that makes hard to deal with?
The text was updated successfully, but these errors were encountered: