Skip to content

Commit 87d4707

Browse files
committed
use ugettext_lazy
1 parent bab67d2 commit 87d4707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keyvaluestore/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django.db import models
2-
from django.utils.translation import ugettext as _
2+
from django.utils.translation import ugettext_lazy as _
33
from django.core.cache import cache
44

55
from keyvaluestore.managers import KeyValueStoreManager

0 commit comments

Comments
 (0)