File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
from django .db import models , transaction
9
9
from django .urls import reverse
10
10
from django .utils import timezone
11
- from django .utils .translation import ugettext_lazy as _
11
+ from django .utils .translation import gettext_lazy as _
12
12
13
13
from .generators import generate_client_id , generate_client_secret
14
14
from .scopes import get_scopes_backend
Original file line number Diff line number Diff line change 13
13
from django .db .models import Q
14
14
from django .utils import timezone
15
15
from django .utils .timezone import make_aware
16
- from django .utils .translation import ugettext_lazy as _
16
+ from django .utils .translation import gettext_lazy as _
17
17
from oauthlib .oauth2 import RequestValidator
18
18
19
19
from .exceptions import FatalClientError
You can’t perform that action at this time.
0 commit comments