Django

Code

Show
Ignore:
Timestamp:
06/18/08 08:10:05 (2 months ago)
Author:
russellm
Message:

Fixed #7554 -- Modified contrib.localflavor to make use of ugettext, rather than ugettext. Thanks to msaelices for the report and patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/localflavor/nl/forms.py

    r7294 r7689  
    77from django.newforms import ValidationError 
    88from django.newforms.fields import Field, Select, EMPTY_VALUES 
    9 from django.utils.translation import ugettext as _ 
     9from django.utils.translation import ugettext_lazy as _ 
    1010from django.utils.encoding import smart_unicode 
    1111