Ticket #9499: django-testing-doc-client-put.diff

File django-testing-doc-client-put.diff, 536 bytes (added by Jonathan Roes, 15 years ago)
  • docs/topics/testing.txt

     
    565565
    566566        Makes an PUT request on the provided ``path`` and returns a
    567567        ``Response`` object. Useful for testing RESTful interfaces. Acts just
    568         like :meth:`Client.put` except with the PUT request method.
     568        like :meth:`Client.post` except with the PUT request method.
    569569
    570570    .. method:: Client.delete(path)
    571571
Back to Top