Hi all,

Can  member of the spanish (Spain) localization team triage ticket
[1]15640?

Reporter has attached a new copy of forms.py file. The diff is this:

--- django/contrib/localflavor/es/forms.py     2011-02-17
10:51:20.000000000 -0300
+++ forms.py    2011-03-18 07:56:00.000000000 -0300
@@ -41,7 +41,7 @@
     }

     def __init__(self, *args, **kwargs):
-        super(ESPhoneNumberField, self).__init__(r'^(6|8|9)\d{8}$',
+        super(ESPhoneNumberField, self).__init__(r'^(6|7|8|9)\d{8}$',
                 max_length=None, min_length=None, *args, **kwargs)

 class ESIdentityCardNumberField(RegexField):

Of course, for a patch fixing this to be considered, it'd need to include tests
(probably modification of the tests in
tests/regressiontests/forms/localflavor/es.py )

Thanks,

-- 
Ramiro Morales

1. http://code.djangoproject.com/attachment/ticket/15640/forms.py

-- 
You received this message because you are subscribed to the Google Groups 
"Django internationalization and localization" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-i18n?hl=en.

Reply via email to