﻿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
16390	urlreslove error at django.comments.	anonymous	nobody	"at the get_form_target function django trying to to resolve django.contrib.comments.views.comments.post_comment view and return it.(1)

But when it trys, an error happening:

Caught NoReverseMatch while rendering: Reverse for 'django.contrib.comments.views.comments.post_comment' with arguments '()' and keyword arguments '{}' not found.

When i look at urls.py i see that there is exact match for function path (2)

but than why it gives that error? may be get_form_target function has to use view names instead of function paths?

1) https://code.djangoproject.com/browser/django/tags/releases/1.3/django/contrib/comments/__init__.py#L61
2) https://code.djangoproject.com/browser/django/tags/releases/1.3/django/contrib/comments/urls.py#L4
"	Bug	closed	contrib.comments	1.3	Normal	needsinfo		miratcanbayrak@…	Unreviewed	0	0	0	0	0	0
