diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-04-20 15:07:14 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-04-20 15:07:14 +0000 |
| commit | 2f6317f89ce5ec583bb0babd2521fb95ae2fcdbb (patch) | |
| tree | f0beb004670e47cdeeb9a3d77b1bd6d7c1831539 /django | |
| parent | 4807b02a8323697c379b5f3779ed087e693f0d58 (diff) | |
[1.1.X] Fixed #13387 -- Removed some duplicated departments in the French localflavor. Thanks to Pinaraf for the report.
Backport of r13006 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django')
| -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'), |
