Opened 17 years ago
Closed 17 years ago
#7347 closed (fixed)
docstring of django.contrib.localflavor.it.forms.ITProvinceSelect is wrong
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | contrib.localflavor | Version: | dev |
| Severity: | Keywords: | docstring | |
| 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
it's
"""
A Select widget that uses a list of IT regions as its choices.
"""
should be
"""
A Select widget that uses a list of IT provinces as its choices.
"""
Attachments (1)
Change History (3)
by , 17 years ago
comment:1 by , 17 years ago
| Has patch: | set |
|---|---|
| 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 [7662]) Fixed #7347 -- Corrected docstring in IT localflavor.