summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 #
##################