views.py
11.5 KB
-
Ignore pylint error 7610 (translation-of-non-string) on where it is intended to do · 0d0d1a0c
As some i18n features need ```ugettext``` or its shorcut ```_``` to be called on a non-string-literal, so the pylint check of ```translation-of-non-string``` should be explicitly disabled in such situations.
louyihua committed