Ticket #7347: 7347.diff
| File 7347.diff, 0.5 kB (added by Simon Greenhill, 5 months ago) |
|---|
-
django_src/django/contrib/localflavor/it/forms.py
old new 27 27 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): 33 33 from it_province import PROVINCE_CHOICES
