#4143: Icelandic postalcodes, id numbers and phone numbers for localflavor
----------------------------------------+-----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: new | Component:
django.contrib.localflavor
Version: SVN | Resolution:
Keywords: iceland localflavor | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 1 | Needs_better_patch: 1
----------------------------------------+-----------------------------------
Changes (by Simon G. <[EMAIL PROTECTED]>):
* needs_better_patch: 0 => 1
* has_patch: 0 => 1
* needs_tests: 0 => 1
* stage: Unreviewed => Accepted
Comment:
This looks good, just a few requests (please!):
+ Can you mark the postcode strings as unicode i.e.:
{{{
+ ('101', u'101 Reykjavík'),
+ ('103', u'103 Reykjavík'),
+ ('104', u'104 Reykjavík'),
}}}
+ provide some tests for ISIdNumberField, ISPhoneNumberField, and
ISPostalCodeSelect (these help us not break things by mistake, and are
really important for i18n/l10n stuff like this).
Many thanks,
Simon
--
Ticket URL: <http://code.djangoproject.com/ticket/4143#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
-~----------~----~----~----~------~----~------~--~---