Ticket #2162: feeds.diff

File feeds.diff, 599 bytes (added by greg[at]abbas.org, 18 years ago)

patch for SVN trunk, r3116

  • django/contrib/syndication/feeds.py

     
    107107                unique_id = link,
    108108                enclosure = enc,
    109109                pubdate = self.__get_dynamic_attr('item_pubdate', item),
     110                categories = self.__get_dynamic_attr('item_categories', item),
    110111                author_name = author_name,
    111112                author_email = author_email,
    112113                author_link = author_link,
Back to Top