Re: Email field - Memory exception - object at 0xa3c9e8c

2010-01-24 Thread Daniel Roseman
On Jan 24, 1:32 am, Bhaskar Gara wrote: > I am getting error for only emailfield remaining string fields are > working fine the Error is > > DEBUG:root: > That's not the error. The error page usefully comes with a complete traceback, plus a link to 'switch to copy and paste view' so you can copy

Email field - Memory exception - object at 0xa3c9e8c

2010-01-23 Thread Bhaskar Gara
I am getting error for only emailfield remaining string fields are working fine the Error is DEBUG:root: I am new to django, I am not sure why I am getting that above error. Please help to fix the issue. model.py class Nomination(models.Model): yourname = models.CharField(max_length=30)