﻿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
9967	get_absolute_url doesn't add anchor to url	msm	nobody	"Maybe I'm wrong, but calling get_absolute_url on a comment is redirected to this:

{{{
16	urlpatterns += patterns('',
17	    url(r'^cr/(\d+)/(\w+)/$', 'django.views.defaults.shortcut', name='comments-url-redirect'),
18	)
}}}

In my case this somehow doesnt return the anchor of a comment (so that the browser directly jumps to the comment text (e.g. /slug-of-article/'''#c123'''


"		new	django.contrib.comments	1.0					Unreviewed	0	0	0	0		
