Commit d90bd88d authored by Jannis Leidel's avatar Jannis Leidel
Browse files

[1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor...

[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
parent 7880d999
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ class CHIdentityCardNumberField(Field):
        * Conforms to the X1234567<0 or 1234567890 format.
        * Included checksums match calculated checksums

    Algorithm is documented at http://adi.kousz.ch/artikel/IDCHE.htm
    """
    default_error_messages = {
        'invalid': _('Enter a valid Swiss identity or passport card number in X1234567<0 or 1234567890 format.'),
+1 −1
Original line number Diff line number Diff line
@@ -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