Opened 4 years ago
Closed 4 years ago
#31798 closed New feature (duplicate)
Let EmailField automatically transform value to lower case
Reported by: | Nguyễn Hồng Quân | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 3.0 |
Severity: | Normal | Keywords: | email, case |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Do you think that this feature is relevant? Newbie often forget to lowercase email address before saving to database, or transform to the same case when do searching, looking up. These cause many bugs in operation.
Note:
See TracTickets
for help on using tickets.
Duplicate of #17561.