We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2488f5 commit 51b415fCopy full SHA for 51b415f
test/input/func_noerror_ugettext_lazy_format.py
@@ -0,0 +1,7 @@
1
+"""
2
+Checks that Pylint does not complain about django lazy proxy
3
+when using ugettext_lazy
4
5
+from django.utils.translation import ugettext_lazy
6
+
7
+ugettext_lazy('{something}').format(something='lala')
0 commit comments