We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dd53b commit 4b83be9Copy full SHA for 4b83be9
docs/changelog.rst
@@ -1,6 +1,20 @@
1
Changelog
2
=========
3
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
18
3.6.0 (2019-10-17)
19
------------------
20
0 commit comments