Opened 18 years ago
Closed 18 years ago
#3890 closed (fixed)
localflavor: Add US Social Security number field
Description ¶
Exactly what the title says :)
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