From f85780ada092afa2ff14ebe77bb65624a411e1de Mon Sep 17 00:00:00 2001 From: argaen Date: Tue, 9 Jun 2015 17:04:32 +0200 Subject: [PATCH] [1.8.x] Fixed import in docs/ref/contrib/syndication.txt Backport of 1725d009918e7d37390d5abd34034f3defca5fc3 from master --- docs/ref/contrib/syndication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index 879a45fbe9..9ef42b5e10 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -224,7 +224,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):