Opened 15 years ago

Closed 13 years ago

#12062 closed Bug (duplicate)

django.contrib.localflavor.cl.CLRutField isn't doing proper validation

Reported by: aotarola Owned by: nobody
Component: contrib.localflavor Version:
Severity: Normal Keywords:
Cc: Triage Stage: Design decision needed
Has patch: yes Needs documentation: no
Needs tests: yes Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Attachments (1)

enhanced_chilean_rut_validation.diff (599 bytes ) - added by aotarola 15 years ago.

Download all attachments as: .zip

Change History (5)

by aotarola, 15 years ago

comment:1 by Cliff Dyer, 14 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Version: 1.1

comment:3 by Julien Phalip, 13 years ago

Easy pickings: unset
Needs tests: set
Severity: Normal
Type: Bug

comment:4 by Claude Paroz, 13 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top