Skip to content

Commit

Permalink
[1.7.x] Fixed import in docs/ref/contrib/syndication.txt
Browse files Browse the repository at this point in the history
Backport of 1725d00 from master
  • Loading branch information
argaen authored and timgraham committed Jun 9, 2015
1 parent 927d90e commit 7ae53e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/syndication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7ae53e7

Please sign in to comment.