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 0726dd9 + eb5243f commit 4306bbfCopy full SHA for 4306bbf
rest_framework_sso/authentication.py
@@ -3,7 +3,7 @@
3
4
import jwt.exceptions
5
from django.utils.encoding import smart_str
6
-from django.utils.translation import ugettext as _
+from django.utils.translation import gettext_lazy as _
7
from rest_framework import exceptions
8
from rest_framework.authentication import BaseAuthentication, get_authorization_header
9
0 commit comments