#11326: Canadian Province code incorrect. ----------------------------------------+----------------------------------- Reporter: bartek | Owner: nobody Status: new | Milestone: Component: django.contrib.localflavor | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 1 | ----------------------------------------+----------------------------------- Within: http://code.djangoproject.com/browser/django/trunk/django/contrib/localflavor/ca/ca_provinces.py
The code for Newfoundland and Labrador is no longer "NF", it is officially "NL" according to the post, paypal, and any government entity. Some references: https://cms.paypal.com/us/cgi-bin/?cmd=_render- content&content_ID=developer/e_howto_api_nvp_StateandProvinceCodes http://en.wikipedia.org/wiki/Newfoundland_and_Labrador The issue with this is that I cannot use services like PayPal payments pro for people living in Newfoundland because it does not recognize the province code. A developer has to currently create their own PROVINCE_CHOICES tuple to overcome this issue. -- Ticket URL: <http://code.djangoproject.com/ticket/11326> Django <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 -~----------~----~----~----~------~----~------~--~---
