#10307: FM missing from us_states.STATE_CHOICES ----------------------------------------+----------------------------------- Reporter: mnd | Owner: nobody Status: new | Milestone: Component: django.contrib.localflavor | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------------------+----------------------------------- In django.contrib.localflavor.us.us_states, STATE_CHOICES is missing an entry for FM (Federated States of Micronesia). FM is already present in STATES_NORMALIZED.
{{{ >>> from django.contrib.localflavor.us.us_states import * >>> len(STATE_CHOICES) 56 >>> len(set(STATES_NORMALIZED.values())) 57 >>> set(STATES_NORMALIZED.values()) - set(s[0] for s in STATE_CHOICES) set(['FM']) >>> }}} According to http://www.usps.com/ncsc/lookups/usps_abbreviations.html, FM is a valid state abbreviation. -- Ticket URL: <http://code.djangoproject.com/ticket/10307> 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 django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---