diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-06-18 11:59:32 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-06-18 11:59:32 +0000 |
| commit | ac4d015703868b6ebee93f690431d92dda04194b (patch) | |
| tree | 8088f9ee4d8112d5cdb9fbd7060206f5db20d3b1 /docs/ref | |
| parent | 89277c7f6e19c51bd8da91e5ed09845a1df17c9d (diff) | |
Fixed #16292 -- Removed broken link for Swiss localflavor documentation. Thanks, BernhardEssl.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16435 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/localflavor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt index ff9efdc24f..d4c9dca495 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -1059,7 +1059,7 @@ Switzerland (``ch``) A form field that validates input as a Swiss identity card number. A valid number must confirm to the X1234567<0 or 1234567890 format and - have the correct checksums -- see http://adi.kousz.ch/artikel/IDCHE.htm. + have the correct checksums. .. class:: ch.forms.CHPhoneNumberField |
