Skip to content

Commit 277d610

Browse files
author
Tomáš Daniel
committed
wip
1 parent 3e88f95 commit 277d610

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/example/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313
import os
14-
from django.utils.translation import ugettext as _
14+
from django.utils.translation import gettext as _
1515

1616
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
1717
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

fperms/enums.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from fperms.conf import settings
2-
from django.utils.translation import ugettext_lazy as _
2+
from django.utils.translation import gettext_lazy as _
33

44

55
PERM_CODENAME_ADD = 'add'

0 commit comments

Comments
 (0)