Opened 17 years ago

Closed 17 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 Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4665]) Fixed #3654 -- Added missing Mass. to us_states.py in localflavor. Thanks, joe4444

comment:2 by Matthew Flanagan <mattimustang@…>, 17 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: reopenedclosed

(In [4666]) Fixed #3654 -- Fixed test failure from [4665].

Note: See TracTickets for help on using tickets.
Back to Top