diff options
| author | Tim Graham <timograham@gmail.com> | 2014-03-21 13:30:40 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-21 13:36:46 -0400 |
| commit | bf5430a20b65b3e76a2f8cd2580101e0baa59f82 (patch) | |
| tree | ee2f0a27113d4bcf8e79c3d296936ed70834dfa6 /docs/ref | |
| parent | b71f183d2e4eb9397ae52c139eb0863be731b778 (diff) | |
Removed django.test.simple and django.test._doctest per deprecation timeline.
refs #17365, #17366, #18727.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
