1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #34043 -- Tweaked wording in release note.

This commit is contained in:
Carlton Gibson
2023-10-18 21:40:50 +02:00
committed by GitHub
parent 97b7970c64
commit 3b255d72cf

View File

@@ -206,8 +206,8 @@ Tests
:meth:`~django.test.SimpleTestCase.assertInHTML` assertions now add haystacks
to assertion error messages.
* Django test runner now supports ``--screenshots`` option to save screenshots
for Selenium tests.
* The Django test runner now supports a ``--screenshots`` option to save
screenshots for Selenium tests.
URLs
~~~~