mirror of
https://github.com/django/django.git
synced 2025-04-04 21:46:40 +00:00
Fixed #6347 -- Fixed missing comma in it_province.py
module, thanks Filippo Caprioli.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ff0ccc611f
commit
38fe6bf0fa
@ -85,7 +85,7 @@ PROVINCE_CHOICES = (
|
||||
('RC', 'Reggio Calabria'),
|
||||
('RE', 'Reggio Emilia'),
|
||||
('RI', 'Rieti'),
|
||||
('RN', 'Rimini')
|
||||
('RN', 'Rimini'),
|
||||
('RM', 'Roma'),
|
||||
('RO', 'Rovigo'),
|
||||
('SA', 'Salerno'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user