Django

Code

Changeset 5098

Show
Ignore:
Timestamp:
04/26/07 09:59:27 (1 year ago)
Author:
adrian
Message:

Small formatting changes to localflavor/cl/forms.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/localflavor/cl/forms.py

    r5087 r5098  
    22Chile specific form helpers. 
    33""" 
     4 
    45from django.newforms import ValidationError 
    56from django.newforms.fields import RegexField, EMPTY_VALUES 
     
    2728    def clean(self, value): 
    2829        """ 
    29         Check and clean the chilean rut
     30        Check and clean the Chilean RUT
    3031        """ 
    3132        super(CLRutField, self).clean(value)