summaryrefslogtreecommitdiff
path: root/tests/settings_tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-17 09:34:50 -0400
committerTim Graham <timograham@gmail.com>2015-09-23 19:31:09 -0400
commit04ee4059d71dbc6aa029907e251360eaf00e11bb (patch)
treed675a92c2f0beec5e3904c7b02e415d91d8e5c10 /tests/settings_tests
parent3af9b70028487be81c4f6ca65ca0d1f2be337e4f (diff)
downloaddjango-04ee4059d71dbc6aa029907e251360eaf00e11bb.tar.gz
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Diffstat (limited to 'tests/settings_tests')
-rw-r--r--tests/settings_tests/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/settings_tests/tests.py b/tests/settings_tests/tests.py
index 32b297b427..90b2b8e580 100644
--- a/tests/settings_tests/tests.py
+++ b/tests/settings_tests/tests.py
@@ -472,7 +472,6 @@ class TestListSettings(unittest.TestCase):
ImproperlyConfigured if they are set to a string instead of a list or tuple.
"""
list_or_tuple_settings = (
- "ALLOWED_INCLUDE_ROOTS",
"INSTALLED_APPS",
"TEMPLATE_DIRS",
"LOCALE_PATHS",