From 4c5236ef93db714b63eedcc5a162631a6ca1def9 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 4 May 2020 12:29:31 +0200 Subject: Removed versionadded/changed annotations for 3.0. --- docs/topics/testing/tools.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/topics/testing') 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. -- cgit v1.3