Ticket #6249: 6249.diff
| File 6249.diff, 491 bytes (added by arien, 1 year ago) |
|---|
-
docs/syndication_feeds.txt
old new 201 201 202 202 An example makes this clear. Here's the code for these beat-specific feeds:: 203 203 204 from django.contrib.syndication import FeedDoesNotExist204 from django.contrib.syndication.feeds import FeedDoesNotExist 205 205 206 206 class BeatFeed(Feed): 207 207 def get_object(self, bits):
