We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8adb3 commit 6564daaCopy full SHA for 6564daa
django/contrib/localflavor/it/forms.py
@@ -27,7 +27,7 @@ def __init__(self, attrs=None):
27
28
class ITProvinceSelect(Select):
29
"""
30
- 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.
31
32
def __init__(self, attrs=None):
33
from it_province import PROVINCE_CHOICES
0 commit comments