We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab67d2 commit 87d4707Copy full SHA for 87d4707
keyvaluestore/models.py
@@ -1,5 +1,5 @@
1
from django.db import models
2
-from django.utils.translation import ugettext as _
+from django.utils.translation import ugettext_lazy as _
3
from django.core.cache import cache
4
5
from keyvaluestore.managers import KeyValueStoreManager
0 commit comments