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 3d71b6f commit e8fa4e6Copy full SHA for e8fa4e6
docs/changelog.rst
@@ -1,6 +1,20 @@
1
Changelog
2
=========
3
4
+3.1.1
5
+-----
6
+
7
+Bug fixes
8
+^^^^^^^^^
9
10
+* Workaround `--pdb` interaction with Django TestCase. The issue is caused by
11
+ Django TestCase not implementing TestCase.debug() properly but was brought to
12
+ attention with recent changes in pytest 3.0.2. Related issues:
13
+ * https://github.com/pytest-dev/pytest/issues/1977
14
+ * https://github.com/pytest-dev/pytest-django/pull/406
15
+ * https://code.djangoproject.com/ticket/27391
16
17
18
3.1.0
19
-----
20
0 commit comments