Django

Code

Show
Ignore:
Timestamp:
04/09/07 22:29:53 (1 year ago)
Author:
adrian
Message:

Fixed #3983 -- Fixed misspelled Delaware in localflavor.us.us_states. Thanks, oneofthemany1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/localflavor/us/us_states.py

    r4665 r4992  
    1616    ('CO', 'Colorado'), 
    1717    ('CT', 'Connecticut'), 
    18     ('DE', 'Deleware'), 
     18    ('DE', 'Delaware'), 
    1919    ('DC', 'District of Columbia'), 
    2020    ('FM', 'Federated States of Micronesia'), 
     
    9898    'del': 'DE', 
    9999    'delaware': 'DE', 
     100    'deleware': 'DE', 
    100101    'district of columbia': 'DC', 
    101102    'federated states of micronesia': 'FM',