Opened 18 years ago
Closed 18 years ago
#3654 closed (fixed)
Massachusetts left out of STATE_CHOICES
Reported by: | joe4444 | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This tuple is missing from django/contrib/localflavor/usa/us_states.py:
('MA', 'Massachusetts'),
Change History (3)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This change broke the tests in http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py. See the pybots buildbot for detailed log http://www.python.org/dev/buildbot/community/all/sparc%20Solaris%2010%20trunk/builds/287/step-Django/0
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [4665]) Fixed #3654 -- Added missing Mass. to us_states.py in localflavor. Thanks, joe4444