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

[no-member] Instance of 'Item' has no 'save' member #60

Closed
philbert opened this issue Jan 17, 2016 · 3 comments
Closed

[no-member] Instance of 'Item' has no 'save' member #60

philbert opened this issue Jan 17, 2016 · 3 comments
Assignees

Comments

@philbert
Copy link

I discovered pylint-django after finding this stackoverflow thread.

However I still have some false pylint errors working with django:

[no-member] Instance of 'Item' has no 'full_clean' member
[no-member] Instance of 'Item' has no 'save' member

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?

@comandrei
Copy link

This seems to be a duplicate of #53

@bittner
Copy link
Contributor

bittner commented Jan 14, 2017

I have the same problem with filter. This is almost certainly a duplicate of #53, and needs to be fixed.

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)
@atodorov
Copy link
Contributor

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.
@atodorov atodorov self-assigned this Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants