Just wondering if anyone else is having problems with the Django
Comments Framework, specifically with the moderation functionality
stopping working.

Recently the moderation functionality has stopped working and all
comments are getting through without first being approved. I'm not
100% sure what it is that has caused this as it WAS working and now it
isn't. I have upgraded the Django installation to the latest version
recently so I have a feeling this may be the problem (though it
shouldn't be).

I have checked and double checked my code matches the moderation
documentation here: 
http://docs.djangoproject.com/en/1.2/ref/contrib/comments/moderation/.
It feels as if the moderator is being skipped over entirely as the
is_public field is set to True by default where is should be set to
False by my custom CommentModerator. Also my custom CommentModerator
has akismet code which normally deletes spam messages automatically
but this doesn't seem to be working (hence me thinking the moderator
is not being invoked at all).

Just wondering if anyone is having the same problem and if there are
any suggestion on how I might be able to debug this.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to