Opened 16 years ago
Closed 16 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 Changed 16 years ago by
Has patch: | set |
---|
comment:2 Changed 16 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
Changed 16 years ago by
Attachment: | us_ssnfield.diff added |
---|
comment:3 Changed 16 years ago by
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 Changed 16 years ago by
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 Changed 16 years ago by
Keywords: | localflavor US l10n added |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch adding USSocialSecurityNumberField