Author: adrian
Date: 2007-04-26 09:59:27 -0500 (Thu, 26 Apr 2007)
New Revision: 5098
Modified:
django/trunk/django/contrib/localflavor/cl/forms.py
Log:
Small formatting changes to localflavor/cl/forms.py
Modified: django/trunk/django/contrib/localflavor/cl/forms.py
===================================================================
--- django/trunk/django/contrib/localflavor/cl/forms.py 2007-04-26 14:58:38 UTC
(rev 5097)
+++ django/trunk/django/contrib/localflavor/cl/forms.py 2007-04-26 14:59:27 UTC
(rev 5098)
@@ -1,6 +1,7 @@
"""
Chile specific form helpers.
"""
+
from django.newforms import ValidationError
from django.newforms.fields import RegexField, EMPTY_VALUES
from django.utils.translation import gettext
@@ -26,7 +27,7 @@
def clean(self, value):
"""
- Check and clean the chilean rut.
+ Check and clean the Chilean RUT.
"""
super(CLRutField, self).clean(value)
if value in EMPTY_VALUES:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---