Commit 4b8bd72a authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Removed docs of deprecated SimpleTestCase warnings behavior.

Removed in Django 1.7 (4f6be9a0).

Backport of 6637cd0e from master
parent 6c48edae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -600,7 +600,6 @@ SimpleTestCase
A thin subclass of :class:`unittest.TestCase`, it extends it with some basic
functionality like:

* Saving and restoring the Python warning machinery state.
* Some useful assertions like:

  * Checking that a callable :meth:`raises a certain exception