From 12cc292fc1376024ea676d18d0f688906ae199a9 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 20 Apr 2010 15:05:05 +0000 Subject: [PATCH] Fixed #13387 -- Removed some duplicated departments in the French localflavor. Thanks to Pinaraf for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13006 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/localflavor/fr/fr_department.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/django/contrib/localflavor/fr/fr_department.py b/django/contrib/localflavor/fr/fr_department.py index 02de295f88..bf7f74cb2f 100644 --- a/django/contrib/localflavor/fr/fr_department.py +++ b/django/contrib/localflavor/fr/fr_department.py @@ -97,8 +97,6 @@ DEPARTMENT_ASCII_CHOICES = ( ('93', '93 - Seine-Saint-Denis'), ('94', '94 - Val-de-Marne'), ('95', '95 - Val-d\'Oise'), - ('2A', '2A - Corse du sud'), - ('2B', '2B - Haute Corse'), ('971', '971 - Guadeloupe'), ('972', '972 - Martinique'), ('973', '973 - Guyane'),