Skip to content

Commit

Permalink
Changelog for pytest-dev#265
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Oct 4, 2015
1 parent 411102a commit 98f92ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ Bug fixes
^^^^^^^^^
* Ensure urlconf is properly reset when using @pytest.mark.urls. Thanks to
Sarah Bird, David Szotten, Daniel Hahler and Yannick PÉROUX for patch and
discussions.
discussions. Fixes `issue #183
<https://github.com/pytest-dev/pytest-django/issues/183>`_.

* Call `setUpClass()` in Django `TestCase` properly when test class is
inherited multiple places. Thanks to Benedikt Forchhammer for report and
initial test case. Fixes `issue
#265<https://github.com/pytest-dev/pytest-django/issues/265>`_.

Compatibility
^^^^^^^^^^^^^
Expand Down

0 comments on commit 98f92ce

Please sign in to comment.