On 8/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > Has anybody seen the following exception? It was working till I did an > svn update sometime in the last couple weeks. (I don't often use the > admin so I'm not sure when.) I also tried getting it working with a > clean syncdb but still get the error. I'm using sqlite. > > The error mesg is: > > Caught an exception while rendering: 'datetime.date' object has no > attribute 'minute' > Right, datetime.date has no hours, minutes or seconds whereas datetime.datetime does. This is a stab in the dark, but are you perhaps storing times in a DateField rather than a DateTimeField or visaversa?
-- ---- Waylan Limberg [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

