Ticket #7347: 7347.diff

File 7347.diff, 560 bytes (added by Simon Greenhill, 16 years ago)
  • django_src/django/contrib/localflavor/it/forms.py

     
    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
Back to Top