mirror of https://github.com/django/django.git
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
This commit is contained in:
parent
cb906e1593
commit
12cc292fc1
|
@ -97,8 +97,6 @@ DEPARTMENT_ASCII_CHOICES = (
|
||||||
('93', '93 - Seine-Saint-Denis'),
|
('93', '93 - Seine-Saint-Denis'),
|
||||||
('94', '94 - Val-de-Marne'),
|
('94', '94 - Val-de-Marne'),
|
||||||
('95', '95 - Val-d\'Oise'),
|
('95', '95 - Val-d\'Oise'),
|
||||||
('2A', '2A - Corse du sud'),
|
|
||||||
('2B', '2B - Haute Corse'),
|
|
||||||
('971', '971 - Guadeloupe'),
|
('971', '971 - Guadeloupe'),
|
||||||
('972', '972 - Martinique'),
|
('972', '972 - Martinique'),
|
||||||
('973', '973 - Guyane'),
|
('973', '973 - Guyane'),
|
||||||
|
|
Loading…
Reference in New Issue