mirror of
https://github.com/django/django.git
synced 2025-04-04 05:26:43 +00:00
[1.8.x] Fixed import in docs/ref/contrib/syndication.txt
Backport of 1725d009918e7d37390d5abd34034f3defca5fc3 from master
This commit is contained in:
parent
7ae470cfe2
commit
f85780ada0
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user