Undocumented
Method | __call__ |
Undocumented |
Method | _get_dynamic_attr |
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 |
django.contrib.gis.feeds.Feed
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.
django.contrib.gis.feeds.Feed
add_item
call of the feed generator.