﻿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
9429	Comment.get_as_text returns no information about non-authenticated users	Kjell Magne Fauske	nobody	The {{{get_as_text method}}} in {{{django.contrib.comments.models.Comments}}} uses the {{{self.user}}} field when inserting information about the commenter. This field will be set to {{{None}}} for non-authenticated users. The {{{name}}} property should be used instead since it checks that a user is authenticated or not and returns the correct name in both cases. 		closed	contrib.comments	dev		fixed	comments username anonymous		Accepted	1	0	0	0	0	0
