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

Class AuthorEntries

source code


Feed filtered by an author

Nested Classes [hide private]

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

Instance Methods [hide private]
 
get_object(self, request, username)
Retrieve the author by his username
source code
 
items(self, obj)
Items are the published entries of the author
source code
 
link(self, obj)
URL of the author
source code
 
title(self, obj)
Title of the feed
source code
 
description(self, obj)
Description of the feed
source code

Inherited from EntryFeed: __init__, item_author_email, item_author_link, item_author_name, item_categories, item_enclosure_length, item_enclosure_mime_type, item_enclosure_url, item_pubdate

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

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

Class Variables [hide private]

Inherited from EntryFeed: description_template, feed_copyright, title_template

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_object(self, request, username)

source code 

Retrieve the author by his username

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