mirror of
https://github.com/django/django.git
synced 2025-08-16 16:50:33 +00:00
Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and error message. Thanks, jeff+django@ivany.org and arien
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
aa728422bc
commit
f6336737a0
3 changed files with 6 additions and 6 deletions
|
@ -181,7 +181,7 @@ CASocialInsuranceNumberField
|
|||
----------------------------
|
||||
|
||||
A form field that validates input as a Canadian Social Insurance Number (SIN).
|
||||
A valid number must have the format XXX-XXX-XXXX and pass a `Luhn mod-10
|
||||
A valid number must have the format XXX-XXX-XXX and pass a `Luhn mod-10
|
||||
checksum`_.
|
||||
|
||||
.. _Luhn mod-10 checksum: http://en.wikipedia.org/wiki/Luhn_algorithm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue