Opened 13 years ago
Closed 12 years ago
#17899 closed Cleanup/optimization (fixed)
EmailField invalid error message uses e-mail versus email
Reported by: | Brian Rosner | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | lemaire.adrien@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
According to https://docs.djangoproject.com/en/dev/internals/contributing/writing-documentation/#commonly-used-terms the hyphen should be dropped. I understand this won't make 1.4, but noting here so it is not forgotten.
Attachments (2)
Change History (7)
by , 13 years ago
Attachment: | t17899.diff added |
---|
comment:1 by , 13 years ago
Has patch: | set |
---|
comment:2 by , 13 years ago
Patch needs improvement: | set |
---|
by , 13 years ago
Attachment: | 0001-Change-Ee-mail-in-Ee-mail-according-to-the-writing-c.patch added |
---|
comment:3 by , 13 years ago
Cc: | added |
---|---|
Patch needs improvement: | unset |
Done. Sorry, didn't see your answer earlier because I forgot to Add myself to Cc.
comment:4 by , 13 years ago
Triage Stage: | Accepted → Ready for checkin |
---|---|
Type: | Uncategorized → Cleanup/optimization |
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
There are several other occurrences of [Ee]-mail elsewhere in the code. We should fix all of them in one shot. (If in a git checkout, use:
git grep -i -I "e-mail"|grep -v "django.po"
)