From 7c3d6149a7bdb15fa4a254876c27aadd7feb2c3d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 2 Jul 2014 10:19:15 -0400 Subject: [PATCH] Removed ADMIN_FOR from global_settings.py. The functionality it was used for was removed in Django 1.7. --- django/conf/global_settings.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 45c689d7dd..0b8cb31454 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -259,11 +259,6 @@ ABSOLUTE_URL_OVERRIDES = {} # Example: ('/home/html', '/var/www') ALLOWED_INCLUDE_ROOTS = () -# If this is an admin settings module, this should be a list of -# settings modules (in the format 'foo.bar.baz') for which this admin -# is an admin. -ADMIN_FOR = () - # List of compiled regular expression objects representing URLs that need not # be reported by BrokenLinkEmailsMiddleware. Here are a few examples: # import re