Skip to content

Commit 04f852c

Browse files
committed
pylint-django gets "no-member" error: known issue: implemented suggested workaround
A known issue with pylint-django pylint-dev/pylint-django#53 https://github.com/christianmlong/personal/commit/2939cb1d1a08bda225441e0b5326228fb757ee15 Tested on: pylint==1.5.4 pylint-django==0.7.1
1 parent 528423f commit 04f852c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

{{cookiecutter.repo_name}}/.pylintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ max-line-length=120
88
disable=missing-docstring,invalid-name
99

1010
[DESIGN]
11-
max-parents=13
11+
max-parents=13
12+
13+
[TYPECHECK]
14+
generated-members=REQUEST,acl_users,aq_parent,"[a-zA-Z]+_set{1,2}",save,delete

0 commit comments

Comments
 (0)