#12474 closed (fixed)
Removing SQL specific bits from USPhoneNumberField
Reported by: | Alex Gaynor | Owned by: | nobody |
---|---|---|---|
Component: | contrib.localflavor | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Basically http://code.djangoproject.com/changeset/11857 for a different field.
Attachments (1)
Change History (4)
by , 15 years ago
comment:1 by , 15 years ago
Component: | Contrib apps → django.contrib.localflavor |
---|---|
milestone: | → 1.2 |
Summary: | Removing SQL speicifc bits from USPhoneNumberField → Removing SQL specific bits from USPhoneNumberField |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12049]) Fixed #12474 - Removing SQL specific bits from USPhoneNumberField. Patch from Alex Gaynor.