Ticket #8468: pl_localflavor_doc.diff

File pl_localflavor_doc.diff, 1.4 KB (added by Jarek Zgoda, 16 years ago)

Polish localflavor documentation update

  • docs/localflavor.txt

     
    476476Poland (``django.contrib.localflavor.pl``)
    477477==========================================
    478478
    479 PLNationalIdentificationNumberField
     479PLPESELField
    480480-----------------------------------
    481481
    482482A form field that validates input as a Polish national identification number
     
    484484
    485485.. _PESEL: http://en.wikipedia.org/wiki/PESEL
    486486
    487 PLNationalBusinessRegisterField
     487PLREGONField
    488488-------------------------------
    489489
    490490A form field that validates input as a Polish National Official Business
     
    500500A form field that validates input as a Polish postal code. The valid format
    501501is XX-XXX, where X is a digit.
    502502
    503 PLTaxNumberField
     503PLNIPField
    504504----------------
    505505
    506506A form field that validates input as a Polish Tax Number (NIP). Valid
    507507formats are XXX-XXX-XX-XX or XX-XX-XXX-XXX. The checksum algorithm used
    508508for NIPs is documented at http://wipos.p.lodz.pl/zylla/ut/nip-rego.html.
    509509
    510 PLAdministrativeUnitSelect
     510PLCountiesSelect
    511511--------------------------
    512512
    513513A ``Select`` widget that uses a list of Polish administrative units as its
    514514choices.
    515515
    516 PLVoivodeshipSelect
     516PLProvinceSelect
    517517-------------------
    518518
    519519A ``Select`` widget that uses a list of Polish voivodeships (administrative
Back to Top