Author: jezdez
Date: 2011-06-18 04:59:32 -0700 (Sat, 18 Jun 2011)
New Revision: 16435

Modified:
   django/trunk/django/contrib/localflavor/ch/forms.py
   django/trunk/docs/ref/contrib/localflavor.txt
Log:
Fixed #16292 -- Removed broken link for Swiss localflavor documentation. 
Thanks, BernhardEssl.

Modified: django/trunk/django/contrib/localflavor/ch/forms.py
===================================================================
--- django/trunk/django/contrib/localflavor/ch/forms.py 2011-06-18 11:58:50 UTC 
(rev 16434)
+++ django/trunk/django/contrib/localflavor/ch/forms.py 2011-06-18 11:59:32 UTC 
(rev 16435)
@@ -59,7 +59,6 @@
         * 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.'),

Modified: django/trunk/docs/ref/contrib/localflavor.txt
===================================================================
--- django/trunk/docs/ref/contrib/localflavor.txt       2011-06-18 11:58:50 UTC 
(rev 16434)
+++ django/trunk/docs/ref/contrib/localflavor.txt       2011-06-18 11:59:32 UTC 
(rev 16435)
@@ -1059,7 +1059,7 @@
 
     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
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to