#8798: Add DEPhoneNumberField to German localflavor module
-------------------------------------------------+--------------------------
Reporter: jezdez | Owner: jezdez
Status: new | Milestone: post-1.0
Component: django.contrib.localflavor | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------------+--------------------------
Comment (by julianb):
I think it's bad usability to have something like
{{{
>>> f.clean('+49 (030) 1234567')
Traceback (most recent call last):
...
ValidationError: [u'Enter the phone number in a supported format: DIN
5008, E.123, Microsoft/TAPI.']
}}}
After all, you can easily bring the number in the right format. There is
no need get the user to conform to specific formats.
--
Ticket URL: <http://code.djangoproject.com/ticket/8798#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---