Skip to content

Commit

Permalink
Fixed #3654 -- Added missing Mass. to us_states.py in localflavor. Th…
Browse files Browse the repository at this point in the history
…anks, joe4444

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Mar 5, 2007
1 parent d181aa0 commit aa55e98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django/contrib/localflavor/usa/us_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
('ME', 'Maine'),
('MH', 'Marshall Islands'),
('MD', 'Maryland'),
('MA', 'Massachusetts'),
('MI', 'Michigan'),
('MN', 'Minnesota'),
('MS', 'Mississippi'),
Expand Down Expand Up @@ -235,4 +236,4 @@
'wy': 'WY',
'wyo': 'WY',
'wyoming': 'WY',
}
}

0 comments on commit aa55e98

Please sign in to comment.