summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-04-29 15:11:08 +0000
committerJannis Leidel <jannis@leidel.info>2011-04-29 15:11:08 +0000
commit22892c31f6b3dbc292f7a24051986a105d22bab6 (patch)
treea4969b7fdb50e9081fc164a408cace235a2f3116
parente99fa0c47f5e9aed39c666ca90af5cd680102a4e (diff)
Removed superfluous settings that were forgotten when the comments app was refactored.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/conf/global_settings.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index 59f99fb2e9..b57a64640f 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -457,18 +457,6 @@ PROFANITIES_LIST = ()
# Set to None if you're not using it.
COMMENTS_BANNED_USERS_GROUP = None
-# The group ID that designates which users can moderate comments.
-# Set to None if you're not using it.
-COMMENTS_MODERATORS_GROUP = None
-
-# The group ID that designates the users whose comments should be emailed to MANAGERS.
-# Set to None if you're not using it.
-COMMENTS_SKETCHY_USERS_GROUP = None
-
-# The system will email MANAGERS the first COMMENTS_FIRST_FEW comments by each
-# user. Set this to 0 if you want to disable it.
-COMMENTS_FIRST_FEW = 0
-
##################
# AUTHENTICATION #
##################