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

Class LatestCommentsFeed

source code

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

Feed of latest comments on the current site.

Nested Classes [hide private]

Inherited from syndication.feeds.Feed: feed_type

Instance Methods [hide private]
 
get_query_set(self) source code

Inherited from LatestFreeCommentsFeed: description, items, link, title

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 = Comment

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_query_set(self)

source code 
Overrides: LatestFreeCommentsFeed.get_query_set