On 6/19/07, Jeff 'codemac' Mickey <[EMAIL PROTECTED]> wrote:
> * On Tuesday, June 19 2007, Charles Mauch wrote:
>
> >I don't see any date information (at all) in Jeff's feed.  It's rss2.0,
> >but
> >for whatever reason the date info is omitted.
>
> Oh that is complete lame sauce.  I'll get that fixed as soon as possible.

Jeff.. just add something like the following to your feed class..

   def item_pubdate(self, item):
     return item.pub_date

where item.pub_date (pub_date) is the date field of your article/post model.

_______________________________________________
arch mailing list
[email protected]
http://archlinux.org/mailman/listinfo/arch

Reply via email to