Ticket #5939: ca_provinces.diff

File ca_provinces.diff, 447 bytes (added by rajesh.dhawan@…, 16 years ago)

Patch to add the missing mapping for "NB"

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

     
    3333    'british columbia': 'BC',
    3434    'mb': 'MB',
    3535    'manitoba': 'MB',
     36    'nb': 'NB',
    3637    'nf': 'NF',
    3738    'newfoundland': 'NF',
    3839    'newfoundland and labrador': 'NF',
Back to Top