diff options
| author | argaen <manu.mirandad@gmail.com> | 2015-06-09 17:04:32 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-09 12:36:34 -0400 |
| commit | 1725d009918e7d37390d5abd34034f3defca5fc3 (patch) | |
| tree | 0f0606192f80910c81aa1eca6d76554cf2148d05 /docs | |
| parent | 77f3d7adb1d56d4eb5d22a85e8d383602f937790 (diff) | |
Fixed import in docs/ref/contrib/syndication.txt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/syndication.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index 39b6bb3bf0..6c86be0d5b 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): |
