Fixed typo in docs/topics/testing/tools.txt
This commit is contained in:
parent
a5c8a6ce19
commit
75c5e547b5
|
@ -306,7 +306,7 @@ Use the ``django.test.Client`` class to make requests.
|
||||||
|
|
||||||
.. method:: Client.delete(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra)
|
.. method:: Client.delete(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra)
|
||||||
|
|
||||||
Makes an DELETE request on the provided ``path`` and returns a
|
Makes a DELETE request on the provided ``path`` and returns a
|
||||||
``Response`` object. Useful for testing RESTful interfaces.
|
``Response`` object. Useful for testing RESTful interfaces.
|
||||||
|
|
||||||
When ``data`` is provided, it is used as the request body, and
|
When ``data`` is provided, it is used as the request body, and
|
||||||
|
|
Loading…
Reference in New Issue