Ticket #11326: province_bug.diff
File province_bug.diff, 657 bytes (added by , 15 years ago) |
---|
-
django/contrib/localflavor/ca/ca_provinces.py
14 14 ('BC', 'British Columbia'), 15 15 ('MB', 'Manitoba'), 16 16 ('NB', 'New Brunswick'), 17 ('N F', 'Newfoundland and Labrador'),17 ('NL', 'Newfoundland and Labrador'), 18 18 ('NT', 'Northwest Territories'), 19 19 ('NS', 'Nova Scotia'), 20 20 ('NU', 'Nunavut'), … … 56 56 'saskatchewan': 'SK', 57 57 'yk': 'YK', 58 58 'yukon': 'YK', 59 } 60 No newline at end of file 59 }