Ticket #10141: syndication-import-fix.diff

File syndication-import-fix.diff, 505 bytes (added by Tim Graham, 15 years ago)

initial patch

  • docs/ref/contrib/syndication.txt

     
    213213An example makes this clear. Here's the code for these beat-specific feeds::
    214214
    215215    from django.contrib.syndication.feeds import FeedDoesNotExist
     216    from django.core.exceptions import ObjectDoesNotExist
    216217
    217218    class BeatFeed(Feed):
    218219        def get_object(self, bits):
Back to Top