Fixed #7347 -- Corrected docstring in IT localflavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
dd8adb304a
commit
6564daa597
|
@ -27,7 +27,7 @@ class ITRegionSelect(Select):
|
|||
|
||||
class ITProvinceSelect(Select):
|
||||
"""
|
||||
A Select widget that uses a list of IT regions as its choices.
|
||||
A Select widget that uses a list of IT provinces as its choices.
|
||||
"""
|
||||
def __init__(self, attrs=None):
|
||||
from it_province import PROVINCE_CHOICES
|
||||
|
|
Loading…
Reference in New Issue