mirror of https://github.com/django/django.git
Fixed #5318 -- Corrected typo in it_province localflavor. Thanks, francescod.calabrese@tiscali.it
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8ae1a78e47
commit
a18b744aa6
|
@ -45,7 +45,7 @@ PROVINCE_CHOICES = (
|
|||
('IM', 'Imperia'),
|
||||
('IS', 'Isernia'),
|
||||
('SP', 'La Spezia'),
|
||||
('AQ', u'L’Acquila'),
|
||||
('AQ', u'L’Aquila'),
|
||||
('LT', 'Latina'),
|
||||
('LE', 'Lecce'),
|
||||
('LC', 'Lecco'),
|
||||
|
|
Loading…
Reference in New Issue