From 143270856b388ee34556caeb41df293b68ef8b55 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 26 Apr 2007 14:59:27 +0000 Subject: [PATCH] Small formatting changes to localflavor/cl/forms.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@5098 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/localflavor/cl/forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/django/contrib/localflavor/cl/forms.py b/django/contrib/localflavor/cl/forms.py index b3b9cf8741..87c8093407 100644 --- a/django/contrib/localflavor/cl/forms.py +++ b/django/contrib/localflavor/cl/forms.py @@ -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 @@ class CLRutField(RegexField): 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: