Skip to content

Commit 3d9326a

Browse files
committed
Make paragraphs on compatibility easier to read
1 parent d9f3e01 commit 3d9326a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/testclient.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ You can access the TestCase instance via ``context.test``.
1515
Cross-version compatibility features
1616
------------------------------------
1717

18-
Some properties of Django's test client are set on class-level, and some are
19-
set on class-level only since Django version 5.2, which is both slightly
20-
inconvenient if you test across versions or upgrade Django one day.
21-
22-
For this, *behave-django* allows those attributes to be set on the
23-
``context`` directly:
18+
Some properties of Django's test client are set on class-level, and some
19+
are set on class-level only since Django version 5.2, which is slightly
20+
inconvenient if you test across versions or upgrade Django one day. With
21+
*behave-django*, you can set those attributes on the ``context`` object
22+
instead:
2423

2524
``databases``
2625
Control target databases. See :ref:`Support for multiple databases`.

0 commit comments

Comments
 (0)