mirror of
https://github.com/django/django.git
synced 2024-12-24 18:16:19 +00:00
Fixed #3983 -- Fixed misspelled Delaware in localflavor.us.us_states. Thanks, oneofthemany1
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
66d8530b62
commit
cbb83f967f
@ -15,7 +15,7 @@ STATE_CHOICES = (
|
|||||||
('CA', 'California'),
|
('CA', 'California'),
|
||||||
('CO', 'Colorado'),
|
('CO', 'Colorado'),
|
||||||
('CT', 'Connecticut'),
|
('CT', 'Connecticut'),
|
||||||
('DE', 'Deleware'),
|
('DE', 'Delaware'),
|
||||||
('DC', 'District of Columbia'),
|
('DC', 'District of Columbia'),
|
||||||
('FM', 'Federated States of Micronesia'),
|
('FM', 'Federated States of Micronesia'),
|
||||||
('FL', 'Florida'),
|
('FL', 'Florida'),
|
||||||
@ -97,6 +97,7 @@ STATES_NORMALIZED = {
|
|||||||
'de': 'DE',
|
'de': 'DE',
|
||||||
'del': 'DE',
|
'del': 'DE',
|
||||||
'delaware': 'DE',
|
'delaware': 'DE',
|
||||||
|
'deleware': 'DE',
|
||||||
'district of columbia': 'DC',
|
'district of columbia': 'DC',
|
||||||
'federated states of micronesia': 'FM',
|
'federated states of micronesia': 'FM',
|
||||||
'fl': 'FL',
|
'fl': 'FL',
|
||||||
|
Loading…
Reference in New Issue
Block a user