class documentation

Undocumented

Method __call__ Undocumented
Method feed_extra_kwargs Return an extra keyword arguments dictionary that is used when initializing the feed generator.
Method get_context_data Return a dictionary to use as extra context if either ``self.description_template`` or ``self.item_template`` are used.
Method get_feed Return a feedgenerator.DefaultFeed object, fully populated, for this feed. Raise FeedDoesNotExist for invalid parameters.
Method get_object Undocumented
Method item_description Undocumented
Method item_enclosures Undocumented
Method item_extra_kwargs Return an extra keyword arguments dictionary that is used with the `add_item` call of the feed generator.
Method item_link Undocumented
Method item_title Undocumented
Class Variable description_template Undocumented
Class Variable language Undocumented
Class Variable title_template Undocumented
Method _get_dynamic_attr Undocumented
def __call__(self, request, *args, **kwargs): (source)

Undocumented

def feed_extra_kwargs(self, obj): (source)

Return an extra keyword arguments dictionary that is used when initializing the feed generator.

def get_context_data(self, **kwargs): (source)

Return a dictionary to use as extra context if either ``self.description_template`` or ``self.item_template`` are used. Default implementation preserves the old behavior of using {'obj': item, 'site': current_site} as the context.

def get_feed(self, obj, request): (source)

Return a feedgenerator.DefaultFeed object, fully populated, for this feed. Raise FeedDoesNotExist for invalid parameters.

def get_object(self, request, *args, **kwargs): (source)

Undocumented

def item_description(self, item): (source)

Undocumented

def item_enclosures(self, item): (source)

Undocumented

def item_extra_kwargs(self, item): (source)

Return an extra keyword arguments dictionary that is used with the `add_item` call of the feed generator.

def item_link(self, item): (source)

Undocumented

def item_title(self, item): (source)

Undocumented

description_template = (source)

Undocumented

language = (source)

Undocumented

title_template = (source)

Undocumented

def _get_dynamic_attr(self, attname, obj, default=None): (source)

Undocumented