diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-01-01 21:34:12 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-01-01 21:34:12 +0000 |
| commit | 1295282c0aedb8dc2e6156f6df607cfcf5832842 (patch) | |
| tree | 5fa8d0d4d1bfd82385604ecbf640d9c126d58507 /docs | |
| parent | 4b2e6743290de5170b2ac96b46241046947f4510 (diff) | |
Fixed #8468 - Updated class names in docs of Polish local flavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/localflavor.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt index 3ba48e1069..251729fbf6 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -480,14 +480,14 @@ Peru (``pe``) Poland (``pl``) =============== -.. class:: pl.forms.PLNationalIdentificationNumberField +.. class:: pl.forms.PLPESELField A form field that validates input as a Polish national identification number (PESEL_). .. _PESEL: http://en.wikipedia.org/wiki/PESEL -.. class:: pl.forms.PLNationalBusinessRegisterField +.. class:: pl.forms.PLREGONField A form field that validates input as a Polish National Official Business Register Number (REGON_), having either seven or nine digits. The checksum @@ -501,18 +501,18 @@ Poland (``pl``) A form field that validates input as a Polish postal code. The valid format is XX-XXX, where X is a digit. -.. class:: pl.forms.PLTaxNumberField +.. class:: pl.forms.PLNIPField A form field that validates input as a Polish Tax Number (NIP). Valid formats are XXX-XXX-XX-XX or XX-XX-XXX-XXX. The checksum algorithm used for NIPs is documented at http://wipos.p.lodz.pl/zylla/ut/nip-rego.html. -.. class:: pl.forms.PLAdministrativeUnitSelect +.. class:: pl.forms.PLCountySelect A ``Select`` widget that uses a list of Polish administrative units as its choices. -.. class:: pl.forms.PLVoivodeshipSelect +.. class:: pl.forms.PLProvinceSelect A ``Select`` widget that uses a list of Polish voivodeships (administrative provinces) as its choices. |
