diff options
| author | Tim Graham <timograham@gmail.com> | 2014-07-02 10:19:15 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-02 10:19:15 -0400 |
| commit | 7c3d6149a7bdb15fa4a254876c27aadd7feb2c3d (patch) | |
| tree | 459999f745671d6f847c8a72f38454d404c2826f | |
| parent | c37000ab04a1592ecb7436d45bd2b4b9d015c9b3 (diff) | |
Removed ADMIN_FOR from global_settings.py.
The functionality it was used for was removed in Django 1.7.
| -rw-r--r-- | django/conf/global_settings.py | 5 |
1 files changed, 0 insertions, 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 |
