On 8/4/07, Frank Singleton <[EMAIL PROTECTED]> wrote:
>
> AttributeError: 'str' object has no attribute 'strftime'

Hi Frank,

You're the second person in recent history to report this problem -
however, I've been unable to replicate it. The last user was on
Windows, and I had mentally put it down as a configuration issue; the
fact that you're seeing it on Linux suggests that it might be a larger
problem.

The short version: The database backend (sqlite/pysqlite) should be
returning datetime objects for records containing date fields, but for
some reason, it seems to be returning strings for some users.

If you can provide a simple test case that exhibits the problem (e.g.,
minimal model, set of instructions for generating the error, complete
set of version details for OS, database, etc), I'll have another look
and see what I can see.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to