diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-04-20 15:05:05 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-04-20 15:05:05 +0000 |
| commit | 12cc292fc1376024ea676d18d0f688906ae199a9 (patch) | |
| tree | 3ddc5a173c124f35c13a35f1e1010159f7b63be4 | |
| parent | cb906e159326b0edb8759a5e2723d76abade762f (diff) | |
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
| -rw-r--r-- | django/contrib/localflavor/fr/fr_department.py | 2 |
1 files changed, 0 insertions, 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'), |
