Opened 8 years ago

Last modified 3 months ago

#27029 assigned Cleanup/optimization

invalid email addresses input django validate_email — at Initial Version

Reported by: Ramin Farajpour Cami Owned by: Ramin Farajpour Cami
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Florian Apolloner, Carlos Palol, Collin Anderson Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

from django.core.validators import validate_email
validate_email('うえあいお@email.com')

if you check this url email chacker with うえあいお@address.com , this is not valid email address ,

Thanks,
Ramin

Change History (0)

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