Opened 16 years ago

Closed 16 years ago

#7347 closed (fixed)

docstring of django.contrib.localflavor.it.forms.ITProvinceSelect is wrong

Reported by: alfred.einstein@… 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)

7347.diff (560 bytes ) - added by Simon Greenhill 16 years ago.

Download all attachments as: .zip

Change History (3)

by Simon Greenhill, 16 years ago

Attachment: 7347.diff added

comment:1 by Simon Greenhill, 16 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [7662]) Fixed #7347 -- Corrected docstring in IT localflavor.

Note: See TracTickets for help on using tickets.
Back to Top