From bf5430a20b65b3e76a2f8cd2580101e0baa59f82 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 21 Mar 2014 13:30:40 -0400 Subject: Removed django.test.simple and django.test._doctest per deprecation timeline. refs #17365, #17366, #18727. --- docs/ref/settings.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index c1d343fd0c..62b510bf7b 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2067,11 +2067,6 @@ Default: ``'django.test.runner.DiscoverRunner'`` The name of the class to use for starting the test suite. See :ref:`other-testing-frameworks`. -.. versionchanged:: 1.6 - - Previously the default ``TEST_RUNNER`` was - ``django.test.simple.DjangoTestSuiteRunner``. - .. setting:: THOUSAND_SEPARATOR THOUSAND_SEPARATOR -- cgit v1.3