﻿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
8554	Comment object_pk isn't correctly cast to text for lookups	Florian Apolloner	nobody	"The title says it all... (http://code.djangoproject.com/browser/django/trunk/django/contrib/comments/models.py#L22) Postgres throws a nice error:
{{{
   Caught an exception while rendering: operator does not exist: text = integer
LINE 1: ...public"" = true  AND ""django_comments"".""object_pk"" = 139  AND...
                                                             ^
HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.
}}}"		closed	contrib.comments	dev		fixed		Jannis Leidel hanne.moa@…	Accepted	0	0	0	0	0	0
