Skip to content

Commit 4b83be9

Browse files
committed
Release 3.7.0
1 parent 89dd53b commit 4b83be9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-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+
3.7.0 (2019-11-09)
5+
------------------
6+
7+
Bugfixes
8+
^^^^^^^^
9+
10+
* Monkeypatch pytest to not use ``TestCase.debug`` with unittests, instead
11+
of patching it into Django (#782).
12+
13+
* Work around pytest crashing due to ``pytest.fail`` being used from within the
14+
DB blocker, and pytest trying to display an object representation involving
15+
DB access (#781). pytest-django uses a ``RuntimeError`` now instead.
16+
17+
418
3.6.0 (2019-10-17)
519
------------------
620

0 commit comments

Comments
 (0)