1
0
mirror of https://github.com/django/django.git synced 2025-06-06 20:19:13 +00:00

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

Backport of 1725d009918e7d37390d5abd34034f3defca5fc3 from master
This commit is contained in:
argaen 2015-06-09 17:04:32 +02:00 committed by Tim Graham
parent 927d90ee1e
commit 7ae53e7480

View File

@ -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):