Changeset 9332
- Timestamp:
- 11/02/08 15:38:44 (2 months ago)
- Files:
-
- django/trunk/docs/topics/testing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/topics/testing.txt
r9188 r9332 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)
