﻿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
3546	Add timestamp and user for edits to Comment/FreeComment in contrib.comments	byteflood@…	Adrian Holovaty	"In benchmarking Django's contrib.comments implementation against other frameworks that offer site-wide comments, there are subtle variations in the model used to represent the actual comments.  Django's comments provide for some valuable extensions, but seem to be missing something that many other implementations have: fields for the user that last edited a comment and the time at which that edit was made.  

This actually seems a bit odd since care was taken with ModeratorDeletion to provide for a record of '''removal''' of given comment.  However, cases when a moderator would prefer to edit the comment instead of marking it deleted.

Proposal is to add the eqivalent of '''edit_date''' and '''edit_user''' to the comments implementation.  This seems to be a common pattern in models offering similar functionality."		closed	contrib.comments	dev		invalid	comments, moderation, contrib, edit		Design decision needed	0	0	0	0	0	0
