Skip to content

Commit 60dae2d

Browse files
committedJun 26, 2013
Merge pull request yourlabs#22 from aaronvanderlip/master
Use ugettext_lazy instead of ugettext.
2 parents 68f1f6b + 3d3b449 commit 60dae2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cities_light/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from django.utils.encoding import force_unicode
55
from django.db.models import signals
66
from django.db import models
7-
from django.utils.translation import ugettext as _
7+
from django.utils.translation import ugettext_lazy as _
88

99
from south.modelsinspector import add_introspection_rules
1010

0 commit comments

Comments
 (0)
Please sign in to comment.