Django

Code

Ticket #6249: 6249.diff

File 6249.diff, 491 bytes (added by arien, 1 year ago)
  • docs/syndication_feeds.txt

    old new  
    201201 
    202202An example makes this clear. Here's the code for these beat-specific feeds:: 
    203203 
    204     from django.contrib.syndication import FeedDoesNotExist 
     204    from django.contrib.syndication.feeds import FeedDoesNotExist 
    205205 
    206206    class BeatFeed(Feed): 
    207207        def get_object(self, bits):