-
Notifications
You must be signed in to change notification settings - Fork 117
AttributeError: 'ForeignKeyStringsChecker' object has no attribute 'config' #430
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
Comments
I have the same error with Django==4.2.13 and python3.10 |
@EfraimGENC I resolved by set this setting for my project |
@EfraimGENC Can you try this now with the latest Regarding 5.0, that is supported in the latest |
Is it possible to release this to a new version to make it downloadable via pip etc? |
For others ending up here... the
My upgrades:
Python 3.9.1 |
My Requirements:
When I run this command:
pylint --load-plugins pylint_django --django-settings servis.settings.dev .
I am getting this error:
I couldn't find any solution via googling with
AttributeError: 'ForeignKeyStringsChecker' object has no attribute 'config'
Is anyone can help me? Do you support Django 5.0 ?
The text was updated successfully, but these errors were encountered: