﻿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
9563	displaying comments docs lack attributes description	mapleoin	Jacob	"The comments framework docs seem a bit incomplete when talking about [http://docs.djangoproject.com/en/dev/ref/contrib/comments/#displaying-comments Displaying comments]. They do not specify exactly what methods are available to use on the comments. I dug into '''contrib/comments/models.py''' and found what I was looking for. I didn't include everything (omitted: '''user, get_as_text, get_absolute_url, _get_url, _set_url, _get_email, _set_email, _get_name, _set_name, _get_userinfo'''). Included: '''user_name, user_email, user_url, comment, submit_date, ip_address, is_public, is_removed'''. I don't know if I should have gone into more detail. 

This is my first bug/patch/contribution to Django. I'd like help to improve."		closed	Documentation	1.0		fixed	comments		Accepted	1	0	0	0	0	0
