Hello,
I just added the following field to my Style class:

newrugs = models.DateField(auto_now_add=True)

Now, when I try to view my Style objects in the admin I get the
following error:

AttributeError at /admin/plush/style/5/
'unicode' object has no attribute 'strftime'

////////////////////

Any suggestions on what's causing this?


--~--~---------~--~----~------------~-------~--~----~
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