Ticket #10141: syndication-import-fix.diff
File syndication-import-fix.diff, 505 bytes (added by , 16 years ago) |
---|
-
docs/ref/contrib/syndication.txt
213 213 An example makes this clear. Here's the code for these beat-specific feeds:: 214 214 215 215 from django.contrib.syndication.feeds import FeedDoesNotExist 216 from django.core.exceptions import ObjectDoesNotExist 216 217 217 218 class BeatFeed(Feed): 218 219 def get_object(self, bits):