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/es/forms.py

    r7294 r7689  
    66from django.newforms import ValidationError 
    77from django.newforms.fields import RegexField, Select, EMPTY_VALUES 
    8 from django.utils.translation import ugettext as _ 
     8from django.utils.translation import ugettext_lazy as _ 
    99import re 
    1010