From 18ea368ae3cbb32604714adbe2f33b8d0d0cd7e8 Mon Sep 17 00:00:00 2001 From: gabrielx52 Date: Thu, 21 Feb 2019 10:09:12 -0800 Subject: [PATCH] Moved mx from state to generic. --- baph/localflavor/generic/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/baph/localflavor/generic/forms.py b/baph/localflavor/generic/forms.py index 73a3f39..932fb68 100644 --- a/baph/localflavor/generic/forms.py +++ b/baph/localflavor/generic/forms.py @@ -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']