Thanks for the help Malcom, > The feed framework looks at the attribute called "pubdate" to determine > the publication date for items. Your attribute is called "pub_date", so > ti isn't being examined. Simplest solution here is to add a pubdate() > method or property to your model that returns the value of > self.pub_date.
Now, after I make this change, is there anything else I have to do to make it work? I did make the change you suggested above, but it seems like that a date isn't being recognized at all. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

