diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-01-07 11:17:44 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-01-07 11:17:44 +0000 |
| commit | c3697a091b7ff0d19f13821b18516ec8eaa1b8f8 (patch) | |
| tree | d144735857b16dc002e86bffb35a67b9cab29a7b /docs | |
| parent | 56b37bf1cfcff2ca077cc73e6bf88ba66d0cf642 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/localflavor.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt index 4671906fa1..1593598ba3 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -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 |
