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.

Change History (1)

comment:1 by Mariusz Felisiak, 4 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #17561.

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