Django

Code

Show
Ignore:
Timestamp:
12/20/07 21:16:03 (1 year ago)
Author:
adrian
Message:

Fixed #6249 -- Fixed error in docs/syndication_feeds.txt example. Thanks, darugar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/syndication_feeds.txt

    r6873 r6964  
    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):