Out of the box, Django e-mail fields for both database models and forms only
accept plain e-mail addresses. For example, [email protected]
is accepted.
On the other hand, full e-mail addresses which include a human-readable name, for example the following address fails validation in Django::
Joe Hacker