Skip to content

Commit 4306bbf

Browse files
authored
Merge pull request #21 from masb3/master
django4 support
2 parents 0726dd9 + eb5243f commit 4306bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_sso/authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import jwt.exceptions
55
from django.utils.encoding import smart_str
6-
from django.utils.translation import ugettext as _
6+
from django.utils.translation import gettext_lazy as _
77
from rest_framework import exceptions
88
from rest_framework.authentication import BaseAuthentication, get_authorization_header
99

0 commit comments

Comments
 (0)