Skip to content

Commit 42095c5

Browse files
authored
Merge pull request #171 from Peppar/master
Fix deprecated use of ugettext_lazy
2 parents d9c4b15 + 521a83f commit 42095c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

martor/views.py

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

44
from django.http import (HttpResponse, JsonResponse)
55
from django.utils.module_loading import import_string
6-
from django.utils.translation import ugettext_lazy as _
6+
from django.utils.translation import gettext_lazy as _
77
from django.contrib.auth.decorators import login_required
88
from django.contrib.auth import get_user_model
99

0 commit comments

Comments
 (0)