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

Class EntryPingbacks

source code


Feed for pingbacks in an entry

Nested Classes [hide private]

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

Instance Methods [hide private]
 
items(self, obj)
Items are the pingbacks on the entry
source code
 
item_link(self, item)
URL of the pingback
source code
 
title(self, obj)
Title of the feed
source code
 
description(self, obj)
Description of the feed
source code

Inherited from EntryDiscussions: get_object, item_author_email, item_author_link, item_author_name, item_pubdate, link

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/pingback_title.html'
  description_template = 'feeds/pingback_description.html'

Inherited from EntryDiscussions: feed_copyright

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

items(self, obj)

source code 

Items are the pingbacks on the entry

Overrides: EntryDiscussions.items

item_link(self, item)

source code 

URL of the pingback

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

title(self, obj)

source code 

Title of the feed

Overrides: EntryDiscussions.title

description(self, obj)

source code 

Description of the feed

Overrides: EntryDiscussions.description