Skip to content

Commit e8fa4e6

Browse files
committed
Added changelog about the --pdb fix
1 parent 3d71b6f commit e8fa4e6

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.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+
418
3.1.0
519
-----
620

0 commit comments

Comments
 (0)