Loading docs/localflavor.txt +2 −2 Original line number Diff line number Diff line Loading @@ -20,10 +20,10 @@ For example, here's how you can create a form with a field representing a French telephone number:: from django import newforms as forms from django.contrib.localflavor import fr from django.contrib.localflavor.fr.forms import FRPhoneNumberField class MyForm(forms.Form): my_french_phone_no = fr.forms.FRPhoneNumberField() my_french_phone_no = FRPhoneNumberField() Supported countries =================== Loading Loading
docs/localflavor.txt +2 −2 Original line number Diff line number Diff line Loading @@ -20,10 +20,10 @@ For example, here's how you can create a form with a field representing a French telephone number:: from django import newforms as forms from django.contrib.localflavor import fr from django.contrib.localflavor.fr.forms import FRPhoneNumberField class MyForm(forms.Form): my_french_phone_no = fr.forms.FRPhoneNumberField() my_french_phone_no = FRPhoneNumberField() Supported countries =================== Loading