Package zinnia :: Module moderator :: Class EntryCommentModerator
[hide private]

Class EntryCommentModerator

source code


Moderate the comment of Entry

Instance Methods [hide private]
 
email(self, comment, content_object, request)
Send email notification of a new comment to site staff when email notifications have been requested.
source code
 
email_reply(self, comment, content_object, request)
Send email notification of a new comment to site staff when email notifications have been requested.
source code
 
moderate(self, comment, content_object, request)
Need to pass Akismet test
source code

Inherited from django.contrib.comments.moderation.CommentModerator: __init__, allow

Inherited from django.contrib.comments.moderation.CommentModerator (private): _get_delta

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  email_notification = True
  email_notification_reply = False
  enable_field = 'comment_enabled'

Inherited from django.contrib.comments.moderation.CommentModerator: auto_close_field, auto_moderate_field, close_after, moderate_after

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

email(self, comment, content_object, request)

source code 

Send email notification of a new comment to site staff when email notifications have been requested.

Overrides: django.contrib.comments.moderation.CommentModerator.email
(inherited documentation)

moderate(self, comment, content_object, request)

source code 

Need to pass Akismet test

Overrides: django.contrib.comments.moderation.CommentModerator.moderate