Commit 7ae53e74 authored by argaen's avatar argaen Committed by Tim Graham
Browse files

[1.7.x] Fixed import in docs/ref/contrib/syndication.txt

Backport of 1725d009 from master
parent 927d90ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ method along with the request object.

Here's the code for these beat-specific feeds::

    from django.contrib.syndication.views import FeedDoesNotExist
    from django.contrib.syndication.views import Feed
    from django.shortcuts import get_object_or_404

    class BeatFeed(Feed):