Fixed #9499: Corrected self-reference in test client put method doc. Thanks jroes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9332 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c483583023
commit
834ca580fc
|
@ -565,7 +565,7 @@ arguments at time of construction:
|
|||
|
||||
Makes an PUT request on the provided ``path`` and returns a
|
||||
``Response`` object. Useful for testing RESTful interfaces. Acts just
|
||||
like :meth:`Client.put` except with the PUT request method.
|
||||
like :meth:`Client.post` except with the PUT request method.
|
||||
|
||||
.. method:: Client.delete(path)
|
||||
|
||||
|
|
Loading…
Reference in New Issue