#16463: comment_form_target throws "Could not import
django.contrib.syndication.views.feed" error, no such reference to feed
found
----------------------+----------------------------------
Reporter: jasper@… | Owner: nobody
Type: Bug | Status: new
Milestone: | Component: contrib.comments
Version: SVN | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 0
UI/UX: 0 |
----------------------+----------------------------------
I'm getting the following when trying to render a template with {%
comment_form_target %} in it.
{{{
"Caught ViewDoesNotExist while rendering: Could not import
django.contrib.syndication.views.feed. View does not exist in module
django.contrib.syndication.views."
}}}
The log is here [http://dpaste.com/hold/568080/]
I have replaced all references to the deprecated
{{{
from django.contrib.syndication.views import Feed
}}}
and replaced it with
{{{
from django.contrib.syndication.feeds import Feed
}}}
I also can't find any references to the old Feed, this is why I believe
this to be a bug. Will provide more information if needed of course.
--
Ticket URL: <https://code.djangoproject.com/ticket/16463>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.