﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16463	"comment_form_target throws ""Could not import django.contrib.syndication.views.feed"" error, no such reference to feed found"	jasper@…	nobody	"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."	Bug	closed	contrib.comments	dev	Normal	invalid			Unreviewed	0	0	0	0	0	0
