From 35c3c49976225dcd85cefeb80bb50d2e467f9992 Mon Sep 17 00:00:00 2001 From: bravohome <60707488+bravohome@users.noreply.github.com> Date: Wed, 12 Feb 2020 11:23:05 -0600 Subject: [PATCH] "Distrito Federal" has legally changed name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Distrito Federal" is no longer the name of the state as it has changed to "Ciudad de México". Do not change key 'DIF' if you already have your database populated. --- localflavor/mx/mx_states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localflavor/mx/mx_states.py b/localflavor/mx/mx_states.py index 63754d236..0aa4bfb57 100644 --- a/localflavor/mx/mx_states.py +++ b/localflavor/mx/mx_states.py @@ -10,7 +10,7 @@ ('CHP', _('Chiapas')), ('COA', _('Coahuila')), ('COL', _('Colima')), - ('DIF', _('Distrito Federal')), + ('DIF', _('Ciudad de México')), ('DUR', _('Durango')), ('GRO', _('Guerrero')), ('GUA', _('Guanajuato')),