Changeset 7662
- Timestamp:
- 06/16/08 07:38:58 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/localflavor/it/forms.py
r6926 r7662 28 28 class ITProvinceSelect(Select): 29 29 """ 30 A Select widget that uses a list of IT regions as its choices.30 A Select widget that uses a list of IT provinces as its choices. 31 31 """ 32 32 def __init__(self, attrs=None):
