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
Note:
See TracTickets
for help on using tickets.
Duplicate of #12027