Ticket #2162: feeds.diff
File feeds.diff, 599 bytes (added by , 18 years ago) |
---|
-
django/contrib/syndication/feeds.py
107 107 unique_id = link, 108 108 enclosure = enc, 109 109 pubdate = self.__get_dynamic_attr('item_pubdate', item), 110 categories = self.__get_dynamic_attr('item_categories', item), 110 111 author_name = author_name, 111 112 author_email = author_email, 112 113 author_link = author_link,