Re: having problems with datefield and datetime.date in models

2008-10-20 Thread Josiah Young
Thanks Karen! Worked great. =) On Mon, Oct 20, 2008 at 9:45 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Tue, Oct 21, 2008 at 12:30 AM, Josiah <[EMAIL PROTECTED]>wrote: > >> >> Ive set up a simple model for a Cruise. It has a cruise date, and >> time. Im trying to pass a datetime.date as the

Re: having problems with datefield and datetime.date in models

2008-10-20 Thread Karen Tracey
On Tue, Oct 21, 2008 at 12:30 AM, Josiah <[EMAIL PROTECTED]>wrote: > > Ive set up a simple model for a Cruise. It has a cruise date, and > time. Im trying to pass a datetime.date as the date parameter which is > defined in the model as models.DateField(). I get the following error > constantly,