﻿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
11113	Multiple issues with contrib.comments moderation system	James Bennett	nobody	"I know it's really bad form to condense multiple things into one ticket, but here goes anyway.

 1. `django.contrib.comments.moderation` currently listens for the `pre_save` and `post_save` signals, which means the moderation system misses out on important additional information available from the custom signals defined inside the comments application.
 2. `moderation.py` currently contains some experimental code that I never documented, never tested and never shipped in any version of comment-utils. That code should not be shipping in Django.

The attached patch deals with both of these issues, updates the relevant documentation and has passing tests."		closed	contrib.comments	dev		fixed			Accepted	1	0	0	0	0	0
