Ticket #9499: django-testing-doc-client-put.diff
File django-testing-doc-client-put.diff, 536 bytes (added by , 16 years ago) |
---|
-
docs/topics/testing.txt
565 565 566 566 Makes an PUT request on the provided ``path`` and returns a 567 567 ``Response`` object. Useful for testing RESTful interfaces. Acts just 568 like :meth:`Client.p ut` except with the PUT request method.568 like :meth:`Client.post` except with the PUT request method. 569 569 570 570 .. method:: Client.delete(path) 571 571