Opened 12 years ago

Closed 12 years ago

#20031 closed Bug (duplicate)

validators.EmailValidator

Reported by: Mikhail Mitrofanov Owned by: nobody
Component: Core (Other) Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Email validator not correct chek email address with dot at end domain name:

>>> from django.core import validators
>>> bool(validators.EmailValidator('boglachev70@mail.ru.'))
True

Change History (1)

comment:1 by Claude Paroz, 12 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #12027

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