File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v4.3.0 (2021-05-15)
5
+ -------------------
6
+
7
+ Improvements
8
+ ^^^^^^^^^^^^
9
+
10
+ * Add experimental :ref: `multiple databases <multi-db >` (multi db) support.
11
+
12
+ * Add type annotations. If you previously excluded ``pytest_django `` from
13
+ your type-checker, you can remove the exclusion.
14
+
15
+ * Documentation improvements.
16
+
17
+
4
18
v4.2.0 (2021-04-10)
5
19
-------------------
6
20
Original file line number Diff line number Diff line change @@ -60,10 +60,13 @@ select using an argument to the ``django_db`` mark::
60
60
def test_spam():
61
61
pass # test relying on transactions
62
62
63
+ .. _`multi-db` :
63
64
64
65
Tests requiring multiple databases
65
66
----------------------------------
66
67
68
+ .. versionadded :: 4.3
69
+
67
70
.. caution ::
68
71
69
72
This support is **experimental ** and is subject to change without
You can’t perform that action at this time.
0 commit comments