Package django :: Package contrib :: Package comments :: Module feeds :: Class LatestFreeCommentsFeed
[hide private]
[frames] | no frames]

Class LatestFreeCommentsFeed

source code

            object --+    
                     |    
syndication.feeds.Feed --+
                         |
                        LatestFreeCommentsFeed

Feed of latest free comments on the current site.

Nested Classes [hide private]

Inherited from syndication.feeds.Feed: feed_type

Instance Methods [hide private]
 
title(self) source code
 
link(self) source code
 
description(self) source code
 
get_query_set(self) source code
 
items(self) source code

Inherited from syndication.feeds.Feed: __init__, get_feed, get_object, item_link

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  comments_class = FreeComment

Inherited from syndication.feeds.Feed: description_template, item_enclosure_url, item_pubdate, title_template

Properties [hide private]

Inherited from object: __class__