#9259 closed (fixed)
Failing case in spanish localflavor validator
| Reported by: | Marc Garcia | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.localflavor | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
There is a special case that is not behaving as expected when validated by ESIdentityCardNumberField field of the spanish localflavor.
The problem is when validating valid cif number P2907500I, it raises a validation error due to a bug in the code.
Attachments (1)
Change History (3)
by , 17 years ago
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
Fix and tests