summaryrefslogtreecommitdiff
path: root/docs/releases/3.1.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2024-02-05 07:18:53 -0500
committerGitHub <noreply@github.com>2024-02-05 09:18:53 -0300
commitd70b79c6b90c8a9657c6bf7f6eca6f3f9424bb45 (patch)
tree5b0034baa6d54ed90ae309a6d7c7c488c9c20eca /docs/releases/3.1.txt
parent02a600ff67f7b106cdcab22310bacea98c1a26ba (diff)
Replaced "Django test runner" with DiscoverRunner in release notes.
Removed mention of options supported only by runtests.py.
Diffstat (limited to 'docs/releases/3.1.txt')
-rw-r--r--docs/releases/3.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt
index 0b13fc37d2..a872326200 100644
--- a/docs/releases/3.1.txt
+++ b/docs/releases/3.1.txt
@@ -475,8 +475,8 @@ Tests
* The new :setting:`MIGRATE <TEST_MIGRATE>` test database setting allows
disabling of migrations during a test database creation.
-* Django test runner now supports a :option:`test --buffer` option to discard
- output for passing tests.
+* :class:`~django.test.runner.DiscoverRunner` can now discard output for
+ passing tests using the :option:`test --buffer` option.
* :class:`~django.test.runner.DiscoverRunner` now skips running the system
checks on databases not :ref:`referenced by tests<testing-multi-db>`.