Django

Code

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  
    2727 
    2828class ITProvinceSelect(Select): 
    2929    """ 
    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. 
    3131    """ 
    3232    def __init__(self, attrs=None): 
    3333        from it_province import PROVINCE_CHOICES