Loading docs/ref/contrib/syndication.txt +17 −16 Original line number Diff line number Diff line Loading @@ -213,6 +213,7 @@ the feed. An example makes this clear. Here's the code for these beat-specific feeds:: from django.contrib.syndication.feeds import FeedDoesNotExist from django.core.exceptions import ObjectDoesNotExist class BeatFeed(Feed): def get_object(self, bits): Loading Loading
docs/ref/contrib/syndication.txt +17 −16 Original line number Diff line number Diff line Loading @@ -213,6 +213,7 @@ the feed. An example makes this clear. Here's the code for these beat-specific feeds:: from django.contrib.syndication.feeds import FeedDoesNotExist from django.core.exceptions import ObjectDoesNotExist class BeatFeed(Feed): def get_object(self, bits): Loading