You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With astroid 2.9.1, pylint-django appears not to work correctly.
For example, it produces errors like Class 'MyModel' has no 'objects' member (no-member), even when it should be able to infer that the objects member exists.
Full repro steps, including Pipenv.lock file with precise package versions, is available in the following repo: