Skip to content

Commit

Permalink
Moved mx from state to generic.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielx52 committed Feb 21, 2019
1 parent b3fd0f4 commit 18ea368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baph/localflavor/generic/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

COUNTRY_DIVISIONS = {
'province': ['ar', 'be', 'ca', 'es', 'nl', 'za'],
'state': ['at', 'au', 'br', 'ch', 'de', 'in_', 'mx', 'us'],
'state': ['at', 'au', 'br', 'ch', 'de', 'in_', 'us'],
'department': ['co'],
'generic': ['bo', 'cl', 'cr', 'do', 'ec', 'es', 'gt', 'it', 'ni', 'pa',
'generic': ['bo', 'cl', 'cr', 'do', 'ec', 'es', 'gt', 'it', 'ni', 'mx', 'pa',
'pe', 'py', 'ru', 'sv', 'uy'],
}
COUNTRY_STATES = COUNTRY_DIVISIONS['state']
Expand Down

0 comments on commit 18ea368

Please sign in to comment.