Opened 17 years ago
Closed 17 years ago
#6347 closed (fixed)
Python error in localflavor/it/it_province.py
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.localflavor | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There is a missing comma in django/contrib/localflavor/it/it_province.py on line 88 that makes the module unusable:
('RI', 'Rieti'), ('RN', 'Rimini') ('RM', 'Roma'),
should look like
('RI', 'Rieti'), ('RN', 'Rimini'), ('RM', 'Roma'),
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | it_provinces.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
in [7017].