File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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 `.
You can’t perform that action at this time.
0 commit comments