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 11Changelog
22=========
33
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+
418v4.2.0 (2021-04-10)
519-------------------
620
Original file line number Diff line number Diff line change @@ -60,10 +60,13 @@ select using an argument to the ``django_db`` mark::
6060 def test_spam():
6161 pass # test relying on transactions
6262
63+ .. _`multi-db` :
6364
6465Tests requiring multiple databases
6566----------------------------------
6667
68+ .. versionadded :: 4.3
69+
6770.. caution ::
6871
6972 This support is **experimental ** and is subject to change without
You can’t perform that action at this time.
0 commit comments