﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15175	bug when validate chilean national identification number	rvimer	ersame	"Bug when validate chilean national  identification number with verifier digit lower case ('k').
Steps to reproduce the bug

{{{
>>> from django.contrib.localflavor.cl.forms import CLRutField
>>> rut = CLRutField()
>>> rut.clean('13449333-k')
Traceback (most recent call last):
 File ""<console>"", line 1, in <module>
 File ""/home/rene/backup/programFiles/django/trunk/django/contrib/localflavor/cl/forms.py"", line 56, in clean
   raise ValidationError(self.error_messages['checksum'])
ValidationError: [u'The Chilean RUT is not valid.']
>>> rut.clean('13449333-K')
u'13.449.333-K'
>>>
}}}"		closed	contrib.localflavor	dev		fixed	localflavor		Ready for checkin	1	0	0	0	0	0
