From 6a25d90e4947ca09cf6f934d4acf6bfb1bccd885 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Mon, 28 Mar 2011 22:19:14 +0000 Subject: [PATCH] Removed totally unused setting. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15941 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/global_settings.py | 4 ---- 1 file changed, 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 # ##################