mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Removed django.contrib.databrowse.
RIP -- you served us well.
This commit is contained in:
parent
02f3daadd6
commit
052271168b
31 changed files with 0 additions and 1120 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue