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'

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
asked 14 years ago
This post is a wiki. Anyone with karma >100 is welcome to improve it.

Comments

Hi, which model are you talking about? Could you also explain - what are you trying to achieve? Thanks.
Evgeny's avatar Evgeny (14 years ago)
see more comments