Skip to content

Commit 44fddc2

Browse files
committed
Release 4.3.0
1 parent 7924519 commit 44fddc2

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
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+
418
v4.2.0 (2021-04-10)
519
-------------------
620

docs/database.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

6465
Tests requiring multiple databases
6566
----------------------------------
6667

68+
.. versionadded:: 4.3
69+
6770
.. caution::
6871

6972
This support is **experimental** and is subject to change without

0 commit comments

Comments
 (0)