﻿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
4887	contrib.comments DoCommentForm unicode issue	Brian Rosner <brosner@…>	Adrian Holovaty	"When a template contains the following:

{{{
{% comment_form for products.product object.id with ratings_required scale:1-5|first_option %}
}}}

You will receive the following traceback:

{{{
...
File ""/usr/lib/python2.4/site-packages/django/contrib/comments/templatetags/comments.py"" in __call__
  205. return CommentFormNode(content_type, obj_id_lookup_var, obj_id, self.free, **kwargs)

  TypeError at /product/1/post_review/
  __init__() keywords must be strings
}}}

This is due to {{{ ratings_required }}} being passed into the {{{ kwargs }}} dict as a unicode object.  I am using Python 2.4 and it appears to not like unicode objects used as kwargs."		closed	contrib.comments	dev		fixed			Ready for checkin	1	0	0	0	0	0
