diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-06-18 12:01:10 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-06-18 12:01:10 +0000 |
| commit | d90bd88d734b1327661c0718601ec22708520aa6 (patch) | |
| tree | 2df0293eeb1144798a5b003654de123ecd86072a /docs | |
| parent | 7880d999005170745040d1725ab0d8899235a794 (diff) | |
[1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor documentation. Thanks, BernhardEssl.
Backport from trunk (r16435).
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -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 fa92cb96f5..a9a48802f5 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -849,7 +849,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 |
