mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed import in docs/ref/contrib/syndication.txt
This commit is contained in:
parent
77f3d7adb1
commit
1725d00991
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ method along with the request object.
|
||||||
|
|
||||||
Here's the code for these beat-specific feeds::
|
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
|
from django.shortcuts import get_object_or_404
|
||||||
|
|
||||||
class BeatFeed(Feed):
|
class BeatFeed(Feed):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue