EmailField() not working in django

I have email id field i have given it as email=models.EmailField() in models.py,and i have registered my app in django site admin,In admin section when enter email id as 'something@gmail.com' i get an error message that 'Invalid email address'

asked 2011-03-14 00:06:16 -0500
This post is a wiki. Anyone with karma >100 is welcome to improve it.
edit flag offensive 0 remove flag close merge delete

Comments

Hi, which model are you talking about? Could you also explain - what are you trying to achieve? Thanks.
Evgeny's avatar Evgeny (2011-03-14 00:14:05 -0500) edit
add a comment see more comments