﻿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
11174	CommentModerator's moderate_after does not accept 0.	andrepleblanc@…	nobody	"the CommentModerator has two fields which together allow you to make comments default to non-public X-days after the related object is posted.  however, it doesn't allow for that X to be zero.

from django/contrib/comments/moderation.py:223
{{{ if self.auto_moderate_field and self.moderate_after: }}}
should probably read:
{{{ if self.auto_moderate_field and self.moderate_after is not None: }}}

this would allow for comments to always be moderated. (perhaps I'm missing the ""correct"" way to have all comments non-public by default. but none the less, the principle of least surprise says that this should work with a zero.

"		closed	Uncategorized	dev		invalid			Unreviewed	0	0	0	0	0	0
