summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-03-28 22:19:14 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-03-28 22:19:14 +0000
commit6a25d90e4947ca09cf6f934d4acf6bfb1bccd885 (patch)
tree5008abb3b039c403a99e5f2e5aed87a8cf248dea
parentcc3803e147a7bc63ec2cb447220445d8fab5ecdb (diff)
Removed totally unused setting.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/conf/global_settings.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index 97b7ac670f..8638aee237 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -470,10 +470,6 @@ COMMENTS_SKETCHY_USERS_GROUP = None
# user. Set this to 0 if you want to disable it.
COMMENTS_FIRST_FEW = 0
-# A tuple of IP addresses that have been banned from participating in various
-# Django-powered features.
-BANNED_IPS = ()
-
##################
# AUTHENTICATION #
##################