> The secret is to look in the syndication documentation and search for
> the word "pubdate". There, it talks about the item_pubdate() method that
> can be used to generate the date for a single item.
I tried that, it'd be...
def item_pubdate(self)
return Entry.pub_date
But it'd give me errors about things being stupid. o_O;
Okay, errors about the object not having an attribute of pub_date.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---