mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
pylint-django gets "no-member" error: known issue: implemented suggested workaround
A known issue with pylint-django
https://github.com/landscapeio/pylint-django/issues/53
2939cb1d1a
Tested on:
pylint==1.5.4
pylint-django==0.7.1
This commit is contained in:
parent
528423fe67
commit
04f852ca65
|
@ -9,3 +9,6 @@ disable=missing-docstring,invalid-name
|
|||
|
||||
[DESIGN]
|
||||
max-parents=13
|
||||
|
||||
[TYPECHECK]
|
||||
generated-members=REQUEST,acl_users,aq_parent,"[a-zA-Z]+_set{1,2}",save,delete
|
||||
|
|
Loading…
Reference in New Issue
Block a user