Opened 12 years ago

Closed 11 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)

t17899.diff (438 bytes ) - added by Adrien Lemaire 12 years ago.
0001-Change-Ee-mail-in-Ee-mail-according-to-the-writing-c.patch (31.1 KB ) - added by Adrien Lemaire 12 years ago.

Download all attachments as: .zip

Change History (7)

by Adrien Lemaire, 12 years ago

Attachment: t17899.diff added

comment:1 by Adrien Lemaire, 12 years ago

Has patch: set

comment:2 by Claude Paroz, 12 years ago

Patch needs improvement: set

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")

comment:3 by Adrien Lemaire, 12 years ago

Cc: lemaire.adrien@… added
Patch needs improvement: unset

Done. Sorry, didn't see your answer earlier because I forgot to Add myself to Cc.

comment:4 by Claude Paroz, 12 years ago

Triage Stage: AcceptedReady for checkin
Type: UncategorizedCleanup/optimization

comment:5 by Claude Paroz <claude@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 2c8267bf3db608b99c04ae903c424b60cafaaf93:

Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail

Note: See TracTickets for help on using tickets.
Back to Top