Opened 18 years ago
Closed 18 years ago
#3890 closed (fixed)
localflavor: Add US Social Security number field
Reported by: | James Bennett | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Keywords: | localflavor, US, l10n | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Exactly what the title says :)
Attachments (2)
Change History (8)
comment:1 by , 18 years ago
Has patch: | set |
---|
comment:2 by , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 18 years ago
Attachment: | us_ssnfield.diff added |
---|
comment:3 by , 18 years ago
Patch needs improvement: | set |
---|
Per Adrian on django-dev, this needs to be improved to handle non-hyphenated input and normalize the clean value to be hyphenated.
comment:4 by , 18 years ago
Second patch allows the hyphen to be omitted, or allows spaces to separate the groups of numbers, and normalizes the clean value to be hyphenated.
comment:5 by , 18 years ago
Keywords: | localflavor US l10n added |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:6 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch adding USSocialSecurityNumberField