diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-01-02 05:23:21 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-01-02 05:23:21 +0000 |
| commit | f6336737a014b665b4c62bc89b01b7658824517c (patch) | |
| tree | 35070f8ebdb2150f730c979f4aa4194a31521c3a /docs | |
| parent | aa728422bc2b9fe81e89c421d2199ba01eacf8b1 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/localflavor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/localflavor.txt b/docs/localflavor.txt index 154922ff45..fc227fee28 100644 --- a/docs/localflavor.txt +++ b/docs/localflavor.txt @@ -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 |
