Django

Code

Ticket #3654 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Massachusetts left out of STATE_CHOICES

Reported by: joe4444 Assigned to: adrian
Milestone: Component: Contrib apps
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

This tuple is missing from django/contrib/localflavor/usa/us_states.py:

    ('MA', 'Massachusetts'),

Attachments

Change History

03/05/07 13:55:29 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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

03/05/07 19:07:36 changed by Matthew Flanagan <mattimustang@gmail.com>

  • status changed from closed to reopened.
  • needs_better_patch changed.
  • resolution deleted.
  • needs_tests changed.
  • needs_docs changed.

03/05/07 19:12:46 changed by mtredinnick

  • status changed from reopened to closed.
  • resolution set to fixed.

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


Add/Change #3654 (Massachusetts left out of STATE_CHOICES)




Change Properties
Action