diff options
| author | Tim Graham <timograham@gmail.com> | 2024-02-05 07:18:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-05 09:18:53 -0300 |
| commit | d70b79c6b90c8a9657c6bf7f6eca6f3f9424bb45 (patch) | |
| tree | 5b0034baa6d54ed90ae309a6d7c7c488c9c20eca /docs/releases/4.1.txt | |
| parent | 02a600ff67f7b106cdcab22310bacea98c1a26ba (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.txt | 5 |
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. |
