Opened 16 years ago
Closed 15 years ago
#11825 closed Bug (fixed)
Polish national flavour bugs
| Reported by: | Maksymus007 | Owned by: | Maksymus007 |
|---|---|---|---|
| Component: | contrib.localflavor | Version: | 1.1 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | yes | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Polish National Flavour validators go out of string range and does not check types
Attachments (1)
Change History (9)
comment:1 by , 16 years ago
| Status: | new → assigned |
|---|
comment:2 by , 16 years ago
| Has patch: | set |
|---|---|
| Needs tests: | set |
by , 16 years ago
| Attachment: | flavourpath.diff added |
|---|
comment:3 by , 16 years ago
comment:5 by , 16 years ago
| Component: | Uncategorized → django.contrib.localflavor |
|---|
comment:6 by , 16 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:7 by , 15 years ago
| Severity: | → Normal |
|---|---|
| Type: | → Bug |
comment:8 by , 15 years ago
| Easy pickings: | unset |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Empty value validation issue has been fixed in changeset:14949, and I think the checksum validation is correct (even tested). Please reopen if you can give us a valid PESEL that does not validate.
Note:
See TracTickets
for help on using tickets.
Fixed bug: printing improper field value for fields with required=False and having no content; Now prints "field is reuqired" for empty fields having required=True