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.
2 parents b1eb3ae + 1177d4c commit 5ac1cdfCopy full SHA for 5ac1cdf
docs/sections/scopesclaims.rst
@@ -82,7 +82,7 @@ Somewhere in your Django ``settings.py``::
82
83
Inside your oidc_provider_settings.py file add the following class::
84
85
- from django.utils.translation import ugettext as _
+ from django.utils.translation import ugettext_lazy as _
86
from oidc_provider.lib.claims import ScopeClaims
87
88
class CustomScopeClaims(ScopeClaims):
0 commit comments