Removed versionadded/changed annotations for 3.0.

This commit is contained in:
Mariusz Felisiak 2020-05-04 12:29:31 +02:00
parent 3b94f12462
commit 4c5236ef93
39 changed files with 2 additions and 299 deletions

View file

@ -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.