Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed May 15, 2021
1 parent 7924519 commit 44fddc2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

v4.3.0 (2021-05-15)
-------------------

Improvements
^^^^^^^^^^^^

* Add experimental :ref:`multiple databases <multi-db>` (multi db) support.

* Add type annotations. If you previously excluded ``pytest_django`` from
your type-checker, you can remove the exclusion.

* Documentation improvements.


v4.2.0 (2021-04-10)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions docs/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@ select using an argument to the ``django_db`` mark::
def test_spam():
pass # test relying on transactions

.. _`multi-db`:

Tests requiring multiple databases
----------------------------------

.. versionadded:: 4.3

.. caution::

This support is **experimental** and is subject to change without
Expand Down

0 comments on commit 44fddc2

Please sign in to comment.