Re: DateTimeField Validation Error

2010-07-27 Thread strayhand
Doah! Thanks. On Jul 27, 2:04 am, Daniel Roseman wrote: > On Jul 27, 6:34 am, strayhand wrote: > > > I don't get why I'm getting a validation error with my code. I thought > > that all of the built in fields are referenced inside of "from > > django.db import models". Thanks for any help that yo

Re: DateTimeField Validation Error

2010-07-27 Thread Daniel Roseman
On Jul 27, 6:34 am, strayhand wrote: > I don't get why I'm getting a validation error with my code. I thought > that all of the built in fields are referenced inside of "from > django.db import models". Thanks for any help that you may offer. > > >         status = models.CharField(max_length=7,

DateTimeField Validation Error

2010-07-26 Thread strayhand
I don't get why I'm getting a validation error with my code. I thought that all of the built in fields are referenced inside of "from django.db import models". Thanks for any help that you may offer. ERROR NameError: name 'DateTimeField' is not defined CODE #shifts.models.py from django.db imp