mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #10756 -- Error in the formats accepted by PLNIPField. Thanks remik for the report, michalm for the patch and claudep for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
56b37bf1cf
commit
c3697a091b
3 changed files with 9 additions and 7 deletions
|
@ -960,8 +960,8 @@ Poland (``pl``)
|
|||
|
||||
.. 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
|
||||
A form field that validates input as a Polish Tax Number (NIP). Valid formats
|
||||
are XXX-XXX-XX-XX, XXX-XX-XX-XXX or XXXXXXXXXX. The checksum algorithm used
|
||||
for NIPs is documented at http://wipos.p.lodz.pl/zylla/ut/nip-rego.html.
|
||||
|
||||
.. class:: pl.forms.PLCountySelect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue