Ticket #11326: province_bug.diff

File province_bug.diff, 657 bytes (added by bartek, 15 years ago)

The correct code.

  • django/contrib/localflavor/ca/ca_provinces.py

     
    1414    ('BC', 'British Columbia'),
    1515    ('MB', 'Manitoba'),
    1616    ('NB', 'New Brunswick'),
    17     ('NF', 'Newfoundland and Labrador'),
     17    ('NL', 'Newfoundland and Labrador'),
    1818    ('NT', 'Northwest Territories'),
    1919    ('NS', 'Nova Scotia'),
    2020    ('NU', 'Nunavut'),
     
    5656    'saskatchewan': 'SK',
    5757    'yk': 'YK',
    5858    'yukon': 'YK',
    59 }
    60  No newline at end of file
     59}
Back to Top