mirror of
https://github.com/django/django.git
synced 2025-07-19 17:19:12 +00:00
[1.0.X] Fixed #10307 -- Removed references to FM/Federated States of Micronesia from the US localflavor STATES_NORMALIZED setting. Thanks to mnd for the report.
Merge of r9855 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c2807db683
commit
eb442961f5
@ -96,11 +96,9 @@ STATES_NORMALIZED = {
|
||||
'delaware': 'DE',
|
||||
'deleware': 'DE',
|
||||
'district of columbia': 'DC',
|
||||
'federated states of micronesia': 'FM',
|
||||
'fl': 'FL',
|
||||
'fla': 'FL',
|
||||
'florida': 'FL',
|
||||
'fm': 'FM',
|
||||
'ga': 'GA',
|
||||
'georgia': 'GA',
|
||||
'gu': 'GU',
|
||||
@ -139,7 +137,6 @@ STATES_NORMALIZED = {
|
||||
'mi': 'MI',
|
||||
'mich': 'MI',
|
||||
'michigan': 'MI',
|
||||
'micronesia': 'FM',
|
||||
'minn': 'MN',
|
||||
'minnesota': 'MN',
|
||||
'miss': 'MS',
|
||||
|
Loading…
x
Reference in New Issue
Block a user