summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/tools.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index dd9fa5eb1c..b14a173987 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -132,10 +132,6 @@ Use the ``django.test.Client`` class to make requests.
exceptions raised during the request should also be raised in the test.
Defaults to ``True``.
- .. versionadded:: 3.0
-
- The ``raise_request_exception`` argument was added.
-
Once you have a ``Client`` instance, you can call any of the following
methods:
@@ -481,8 +477,6 @@ Specifically, a ``Response`` object has the following attributes:
.. attribute:: exc_info
- .. versionadded:: 3.0
-
A tuple of three values that provides information about the unhandled
exception, if any, that occurred during the view.