I have same small issue with django EmailField.
forms.EmailField(required=True, label="E-mail", widget=forms.TextInput(attrs=
It did not accept email in form
xx.@xxxxxxx.xxx
It throw back error message of incorrect form, but email is normally working (Email is 15 years old). I think that the point before at-sign is the problem.
Is it a bug? Is there any solution to make it working for these kind of emails?
Thx a lot :)