﻿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
12062	django.contrib.localflavor.cl.CLRutField isn't doing proper validation	aotarola	nobody	"django.contrib.localflavor.cl.CLRutField ignores validation for lowercase values.


----


A valid chilean rut ''( chilean national identification number)'' is for example: ''76796630-K'' ''(case for ""K"" must be uppercase)'', but not all people are aware of this, 
and they keep using the lowercase version, so they spend a lot of time in online forms figuring this out.

The lowercase problem must be handled every time a form has a CLRutfield.

I believe this issue must be handled by CLRutfield's validation.

The attached patch solves this problem."	Bug	closed	contrib.localflavor		Normal	duplicate			Design decision needed	1	0	1	0	0	0
