mirror of
https://github.com/django/django.git
synced 2025-12-10 03:10:10 +00:00
Removed versionadded/changed annotations for 3.0.
This commit is contained in:
parent
3b94f12462
commit
4c5236ef93
39 changed files with 2 additions and 299 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue