Package zinnia :: Module feeds :: Class EntryDiscussions
[hide private]

Class EntryDiscussions

source code


Feed for discussions in an entry

Nested Classes [hide private]

Inherited from django.contrib.syndication.views.Feed: feed_type

Instance Methods [hide private]
 
get_object(self, request, slug)
Retrieve the discussions by entry's slug
source code
 
items(self, obj)
Items are the discussions on the entry
source code
 
item_pubdate(self, item)
Publication date of a discussion
source code
 
item_link(self, item)
URL of the discussion
source code
 
link(self, obj)
URL of the entry
source code
 
item_author_name(self, item)
Author of the discussion
source code
 
item_author_email(self, item)
Author's email of the discussion
source code
 
item_author_link(self, item)
Author's URL of the discussion
source code
 
title(self, obj)
Title of the feed
source code
 
description(self, obj)
Description of the feed
source code

Inherited from django.contrib.syndication.views.Feed: __call__, feed_extra_kwargs, get_feed, item_description, item_extra_kwargs, item_title

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  title_template = 'feeds/discussion_title.html'
  description_template = 'feeds/discussion_description.html'
  feed_copyright = 'Zinnia'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_object(self, request, slug)

source code 

Retrieve the discussions by entry's slug

Overrides: django.contrib.syndication.views.Feed.get_object

item_link(self, item)

source code 

URL of the discussion

Overrides: django.contrib.syndication.views.Feed.item_link