summaryrefslogtreecommitdiff
path: root/docs/releases/4.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/4.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/4.1.txt')
-rw-r--r--docs/releases/4.1.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index c840db4a7f..3986774013 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -534,8 +534,9 @@ Miscellaneous
on the :class:`~django.db.models.Model` instance to which they belong. *This
change was reverted in Django 4.1.2.*
-* The Django test runner now returns a non-zero error code for unexpected
- successes from tests marked with :py:func:`unittest.expectedFailure`.
+* :class:`~django.test.runner.DiscoverRunner` now returns a non-zero error code
+ for unexpected successes from tests marked with
+ :py:func:`unittest.expectedFailure`.
* :class:`~django.middleware.csrf.CsrfViewMiddleware` no longer masks the CSRF
cookie like it does the CSRF token in the DOM.