summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-12-24 22:46:34 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-12-29 21:58:12 +0100
commit052271168bc8f46c64451340d39682d5efdef9b6 (patch)
treed9da091b7ed0b4451bf8e9a396714f1e35327bc5 /tests
parent02f3daadd6c4f4ae2ab4f37c6e4c523f438c205e (diff)
Removed django.contrib.databrowse.
RIP -- you served us well.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 8c56e273b5..c23737ed14 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -10,10 +10,6 @@ from django import contrib
from django.utils._os import upath
from django.utils import six
-# databrowse is deprecated, but we still want to run its tests
-warnings.filterwarnings('ignore', "The Databrowse contrib app is deprecated",
- DeprecationWarning, 'django.contrib.databrowse')
-
CONTRIB_DIR_NAME = 'django.contrib'
MODEL_TESTS_DIR_NAME = 'modeltests'
REGRESSION_TESTS_DIR_NAME = 'regressiontests'
@@ -40,7 +36,6 @@ ALWAYS_INSTALLED_APPS = [
'django.contrib.comments',
'django.contrib.admin',
'django.contrib.admindocs',
- 'django.contrib.databrowse',
'django.contrib.staticfiles',
'django.contrib.humanize',
'regressiontests.staticfiles_tests',